Html Css Color HEX #0A447E Dark Cerulean

📋 copy color: '#0A447E'

red 10 ◦ green 68 ◦ blue 126

#0A447E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #0A447E

Tints of Dark Cerulean #0A447E

RGB

 RED value IS 10 (4.3% from 255) = 4.9%

 GREEN value IS 68 (26.95% from 255) = 33.33%

 BLUE value IS 126 (49.61% from 255) = 61.76%

R = 4.9%
G = 33.33%
B = 61.76%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0A447E (or 0x0A447E) is known color: Dark Cerulean. HEX triplet: 0A, 44 and 7E. RGB value is (10,68,126). Sum of RGB (Red+Green+Blue) = 10+68+126=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 126 (49.61% from 255 or 61.76% from 204); Max value from RGB is 126 - color contains mainly: blue. Hex color #0A447E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A447E is #F5BB81. Grayscale: #383838. Windows color (decimal): -16104322 or 8274954. OLE color: 8274954.

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

Color convert

RGB 10 68 126 -
CMYK 0.92 0.46 0 0.51
HSL 210º 0.85% 0.27% -
HSV(B) 210º 0.92% 0.49% -
XYZ 5.96 5.71 20.53 -
YUV 57.27 166.78 94.28 -
System Red Green Blue C M Y K H S L
Decimal 10 68 126 0.92 0.46 0 0.51 210 0.85 0.27
Hex A 44 7E 5C 2E 0 33 D2 55 1B
Octal 12 104 176 134 56 0 63 322 125 33
Binary 1010 1000100 1111110 1011100 101110 0 110011 11010010 1010101 11011

Color Harmonies of #0A447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A447E

Black with #0A447E

Text Example


Text Example

White with #0A447E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A447E;
 }
 .AnyTagClassName
 {
   color: #0A447E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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