#0A4476

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

Shades of Dark Cerulean #0A4476

Tints of Dark Cerulean #0A4476

Color information

#0A4476 (or 0x0A4476) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 44 and 76. RGB value is (10,68,118). Sum of RGB (Red+Green+Blue) = 10+68+118=196 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.10% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A4476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4476 is #F5BB89. Grayscale: #383838. Windows color (decimal): -16104330 or 7750666. OLE color: 7750666.

HSL color Cylindrical-coordinate representation of color #0A4476: hue angle of 207.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A4476 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1068118-
CMYK0.920.4200.54
HSL207.78º84.38%25.1%-
HSV(B)207.78º91.53%46.27%-
XYZ5.465.5117.91-
YUV56.36162.7894.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.10%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 118 (46.48% from 255) = 60.20%
R=5.10%
G=34.69%
B=60.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10681180.920.4200.54207.7884.3825.1
HexA44765C2A036d05419
Octal121041661345206632012431
Binary1010100010011101101011100101010011011011010000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,68,118); }

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

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

 a { background-color: rgb(10,68,118); }

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

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

 span { border-color: rgb(10,68,118); }

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