#0A447C

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

Shades of Dark Cerulean #0A447C

Tints of Dark Cerulean #0A447C

Color information

#0A447C (or 0x0A447C) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 44 and 7C. RGB value is (10,68,124). Sum of RGB (Red+Green+Blue) = 10+68+124=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A447C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A447C is #F5BB83. Grayscale: #383838. Windows color (decimal): -16104324 or 8143882. OLE color: 8143882.

HSL color Cylindrical-coordinate representation of color #0A447C: hue angle of 209.47º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A447C is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1068124-
CMYK0.920.4500.51
HSL209.47º85.07%26.27%-
HSV(B)209.47º91.94%48.63%-
XYZ5.835.6519.85-
YUV57.04165.7894.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.95%
GREEN value IS 68 (26.95% from 255) = 33.66%
BLUE value IS 124 (48.83% from 255) = 61.39%
R=4.95%
G=33.66%
B=61.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10681240.920.4500.51209.4785.0726.27
HexA447C5C2D033d1551a
Octal121041741345506332112532
Binary1010100010011111001011100101101011001111010001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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