#0a4d69

Color #0A4D69 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0A4D69

Tints of Dark Cerulean #0A4D69

Color information

#0A4D69 (or 0x0A4D69) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 4D and 69. RGB value is (10,77,105). Sum of RGB (Red+Green+Blue) = 10+77+105=192 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.21% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #0A4D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A4D69 is #F5B296. Grayscale: #3B3B3B. Windows color (decimal): -16102039 or 6901002. OLE color: 6901002.

HSL color Cylindrical-coordinate representation of color #0A4D69: hue angle of 197.68º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4D69 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1077105-
CMYK0.900.2700.59
HSL197.68º82.61%22.55%-
HSV(B)197.68º90.48%41.18%-
XYZ5.336.3914.32-
YUV60.16153.392.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 5.21%
GREEN value IS 77 (30.47% from 255) = 40.10%
BLUE value IS 105 (41.41% from 255) = 54.69%
R=5.21%
G=40.10%
B=54.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10771050.900.2700.59197.6882.6122.55
HexA4D695A1B03Bc65317
Octal121151511323307330612327
Binary101010011011101001101101011011011101111000110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a4d69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0a4d69; }

 p { color: rgb(10,77,105); }

 H1.HeaderClassName
 {
   color: #0a4d69;
 }
 .AnyTagClassName
 {
   color: #0a4d69;
 }
</style>
background-color css

<style>
 a { background-color: #0a4d69; }

 a { background-color: rgb(10,77,105); }

 div.DivClassName
 {
   background-color: #0a4d69;
 }
 .BgClassName
 {
   background-color: #0a4d69;
 }
</style>
border-color css

<style>
 span { border-color: #0a4d69; }

 span { border-color: rgb(10,77,105); }

 td.TdClassName
 {
   border-color: #0a4d69;
 }
 .TagClassName
 {
   border-color: #0a4d69;
 }
</style>