Html Css Color HEX #004F74 Dark Cerulean

📋 copy color: '#004F74'

red 0 ◦ green 79 ◦ blue 116

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

Shades of Dark Cerulean #004F74

Tints of Dark Cerulean #004F74

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.51%

 BLUE value IS 116 (45.7% from 255) = 59.49%

R = 0%
G = 40.51%
B = 59.49%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#004F74 (or 0x004F74) is known color: Dark Cerulean. HEX triplet: 00, 4F and 74. RGB value is (0,79,116). Sum of RGB (Red+Green+Blue) = 0+79+116=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 116 (45.70% from 255 or 59.49% from 195); Max value from RGB is 116 - color contains mainly: blue. Hex color #004F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F74 is #FFB08B. Grayscale: #3B3B3B. Windows color (decimal): -16756876 or 7622400. OLE color: 7622400.

HSL color Cylindrical-coordinate representation of color #004F74: hue angle of 199.14º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004F74 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 79 116 -
CMYK 1 0.32 0 0.55
HSL 199.14º 1% 0.23% -
HSV(B) 199.14º 1% 0.45% -
XYZ 5.95 6.85 17.53 -
YUV 59.6 159.83 85.49 -
System Red Green Blue C M Y K H S L
Decimal 0 79 116 1 0.32 0 0.55 199.14 1 0.23
Hex 0 4F 74 64 20 0 37 C7 64 17
Octal 0 117 164 144 40 0 67 307 144 27
Binary 0 1001111 1110100 1100100 100000 0 110111 11000111 1100100 10111

Color Harmonies of #004F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F74

Black with #004F74

Text Example


Text Example

White with #004F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004F74; }

 p { color: rgb(0,79,116); }

 H1.HeaderClassName
 {
   color: #004F74;
 }
 .AnyTagClassName
 {
   color: #004F74;
 }
</style>

background-color css

<style>
 a { background-color: #004F74; }

 a { background-color: rgb(0,79,116); }

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

border-color css

<style>
 span { border-color: #004F74; }

 span { border-color: rgb(0,79,116); }

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