#0A4967

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

Shades of Dark Cerulean #0A4967

Tints of Dark Cerulean #0A4967

Color information

#0A4967 (or 0x0A4967) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 49 and 67. RGB value is (10,73,103). Sum of RGB (Red+Green+Blue) = 10+73+103=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #0A4967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4967 is #F5B698. Grayscale: #393939. Windows color (decimal): -16103065 or 6768906. OLE color: 6768906.

HSL color Cylindrical-coordinate representation of color #0A4967: hue angle of 199.35º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4967 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1073103-
CMYK0.900.2900.60
HSL199.35º82.3%22.16%-
HSV(B)199.35º90.29%40.39%-
XYZ4.965.8113.69-
YUV57.58153.6394.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.38%
GREEN value IS 73 (28.91% from 255) = 39.25%
BLUE value IS 103 (40.62% from 255) = 55.38%
R=5.38%
G=39.25%
B=55.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10731030.900.2900.60199.3582.322.16
HexA49675A1D03Cc75216
Octal121111471323507430712226
Binary101010010011100111101101011101011110011000111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,73,103); }

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

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

 a { background-color: rgb(10,73,103); }

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

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

 span { border-color: rgb(10,73,103); }

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