Html Css Color HEX #00477C Dark Cerulean

📋 copy color: '#00477C'

red 0 ◦ green 71 ◦ blue 124

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

Shades of Dark Cerulean #00477C

Tints of Dark Cerulean #00477C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 63.59%

R = 0%
G = 36.41%
B = 63.59%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00477C (or 0x00477C) is known color: Dark Cerulean. HEX triplet: 00, 47 and 7C. RGB value is (0,71,124). Sum of RGB (Red+Green+Blue) = 0+71+124=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #00477C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00477C is #FFB883. Grayscale: #373737. Windows color (decimal): -16758916 or 8144640. OLE color: 8144640.

HSL color Cylindrical-coordinate representation of color #00477C: hue angle of 205.65º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00477C is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 71 124 -
CMYK 1 0.43 0 0.51
HSL 205.65º 1% 0.24% -
HSV(B) 205.65º 1% 0.49% -
XYZ 5.89 5.96 19.91 -
YUV 55.81 166.48 88.19 -
System Red Green Blue C M Y K H S L
Decimal 0 71 124 1 0.43 0 0.51 205.65 1 0.24
Hex 0 47 7C 64 2B 0 33 CE 64 18
Octal 0 107 174 144 53 0 63 316 144 30
Binary 0 1000111 1111100 1100100 101011 0 110011 11001110 1100100 11000

Color Harmonies of #00477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00477C

Black with #00477C

Text Example


Text Example

White with #00477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00477C; }

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

 H1.HeaderClassName
 {
   color: #00477C;
 }
 .AnyTagClassName
 {
   color: #00477C;
 }
</style>

background-color css

<style>
 a { background-color: #00477C; }

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

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

border-color css

<style>
 span { border-color: #00477C; }

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

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