Html Css Color HEX #00476D Dark Cerulean

📋 copy color: '#00476D'

red 0 ◦ green 71 ◦ blue 109

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

Shades of Dark Cerulean #00476D

Tints of Dark Cerulean #00476D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 60.56%

R = 0%
G = 39.44%
B = 60.56%

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

#00476D (or 0x00476D) is known color: Dark Cerulean. HEX triplet: 00, 47 and 6D. RGB value is (0,71,109). Sum of RGB (Red+Green+Blue) = 0+71+109=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 109 (42.97% from 255 or 60.56% from 180); Max value from RGB is 109 - color contains mainly: blue. Hex color #00476D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00476D is #FFB892. Grayscale: #353535. Windows color (decimal): -16758931 or 7161600. OLE color: 7161600.

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

Color convert

RGB 0 71 109 -
CMYK 1 0.35 0 0.57
HSL 200.92º 1% 0.21% -
HSV(B) 200.92º 1% 0.43% -
XYZ 5.01 5.61 15.29 -
YUV 54.1 158.98 89.41 -
System Red Green Blue C M Y K H S L
Decimal 0 71 109 1 0.35 0 0.57 200.92 1 0.21
Hex 0 47 6D 64 23 0 39 C9 64 15
Octal 0 107 155 144 43 0 71 311 144 25
Binary 0 1000111 1101101 1100100 100011 0 111001 11001001 1100100 10101

Color Harmonies of #00476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00476D

Black with #00476D

Text Example


Text Example

White with #00476D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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