Html Css Color HEX #0A476C Dark Cerulean

📋 copy color: '#0A476C'

red 10 ◦ green 71 ◦ blue 108

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

Shades of Dark Cerulean #0A476C

Tints of Dark Cerulean #0A476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.57%

 BLUE value IS 108 (42.58% from 255) = 57.14%

R = 5.29%
G = 37.57%
B = 57.14%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0A476C (or 0x0A476C) is known color: Dark Cerulean. HEX triplet: 0A, 47 and 6C. RGB value is (10,71,108). Sum of RGB (Red+Green+Blue) = 10+71+108=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A476C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A476C is #F5B893. Grayscale: #383838. Windows color (decimal): -16103572 or 7096074. OLE color: 7096074.

HSL color Cylindrical-coordinate representation of color #0A476C: hue angle of 202.65º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A476C is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 71 108 -
CMYK 0.91 0.34 0 0.58
HSL 202.65º 0.83% 0.23% -
HSV(B) 202.65º 0.91% 0.42% -
XYZ 5.09 5.65 15.01 -
YUV 56.98 156.79 94.49 -
System Red Green Blue C M Y K H S L
Decimal 10 71 108 0.91 0.34 0 0.58 202.65 0.83 0.23
Hex A 47 6C 5B 22 0 3A CB 53 17
Octal 12 107 154 133 42 0 72 313 123 27
Binary 1010 1000111 1101100 1011011 100010 0 111010 11001011 1010011 10111

Color Harmonies of #0A476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A476C

Black with #0A476C

Text Example


Text Example

White with #0A476C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,71,108); }

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

background-color css

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

 a { background-color: rgb(10,71,108); }

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

border-color css

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

 span { border-color: rgb(10,71,108); }

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