Html Css Color HEX #00476E Dark Cerulean

📋 copy color: '#00476E'

red 0 ◦ green 71 ◦ blue 110

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

Shades of Dark Cerulean #00476E

Tints of Dark Cerulean #00476E

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 110 (43.36% from 255) = 60.77%

R = 0%
G = 39.23%
B = 60.77%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00476E (or 0x00476E) is known color: Dark Cerulean. HEX triplet: 00, 47 and 6E. RGB value is (0,71,110). Sum of RGB (Red+Green+Blue) = 0+71+110=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 110 (43.36% from 255 or 60.77% from 181); Max value from RGB is 110 - color contains mainly: blue. Hex color #00476E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00476E is #FFB891. Grayscale: #353535. Windows color (decimal): -16758930 or 7227136. OLE color: 7227136.

HSL color Cylindrical-coordinate representation of color #00476E: hue angle of 201.27º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00476E is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 71 110 -
CMYK 1 0.35 0 0.57
HSL 201.27º 1% 0.22% -
HSV(B) 201.27º 1% 0.43% -
XYZ 5.07 5.63 15.57 -
YUV 54.22 159.48 89.33 -
System Red Green Blue C M Y K H S L
Decimal 0 71 110 1 0.35 0 0.57 201.27 1 0.22
Hex 0 47 6E 64 23 0 39 C9 64 16
Octal 0 107 156 144 43 0 71 311 144 26
Binary 0 1000111 1101110 1100100 100011 0 111001 11001001 1100100 10110

Color Harmonies of #00476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00476E

Black with #00476E

Text Example


Text Example

White with #00476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00476E; }

 p { color: rgb(0,71,110); }

 H1.HeaderClassName
 {
   color: #00476E;
 }
 .AnyTagClassName
 {
   color: #00476E;
 }
</style>

background-color css

<style>
 a { background-color: #00476E; }

 a { background-color: rgb(0,71,110); }

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

border-color css

<style>
 span { border-color: #00476E; }

 span { border-color: rgb(0,71,110); }

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