Html Css Color HEX #0A4471 Dark Cerulean

📋 copy color: '#0A4471'

red 10 ◦ green 68 ◦ blue 113

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

Shades of Dark Cerulean #0A4471

Tints of Dark Cerulean #0A4471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 59.16%

R = 5.24%
G = 35.6%
B = 59.16%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A4471 (or 0x0A4471) is known color: Dark Cerulean. HEX triplet: 0A, 44 and 71. RGB value is (10,68,113). Sum of RGB (Red+Green+Blue) = 10+68+113=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A4471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4471 is #F5BB8E. Grayscale: #373737. Windows color (decimal): -16104335 or 7422986. OLE color: 7422986.

HSL color Cylindrical-coordinate representation of color #0A4471: hue angle of 206.21º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A4471 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 68 113 -
CMYK 0.91 0.40 0 0.56
HSL 206.21º 0.84% 0.24% -
HSV(B) 206.21º 0.91% 0.44% -
XYZ 5.17 5.39 16.39 -
YUV 55.79 160.28 95.34 -
System Red Green Blue C M Y K H S L
Decimal 10 68 113 0.91 0.40 0 0.56 206.21 0.84 0.24
Hex A 44 71 5B 28 0 38 CE 54 18
Octal 12 104 161 133 50 0 70 316 124 30
Binary 1010 1000100 1110001 1011011 101000 0 111000 11001110 1010100 11000

Color Harmonies of #0A4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4471

Black with #0A4471

Text Example


Text Example

White with #0A4471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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