Html Css Color HEX #004F7F Dark Cerulean

📋 copy color: '#004F7F'

red 0 ◦ green 79 ◦ blue 127

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

Shades of Dark Cerulean #004F7F

Tints of Dark Cerulean #004F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 61.65%

R = 0%
G = 38.35%
B = 61.65%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#004F7F (or 0x004F7F) is known color: Dark Cerulean. HEX triplet: 00, 4F and 7F. RGB value is (0,79,127). Sum of RGB (Red+Green+Blue) = 0+79+127=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #004F7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F7F is #FFB080. Grayscale: #3C3C3C. Windows color (decimal): -16756865 or 8343296. OLE color: 8343296.

HSL color Cylindrical-coordinate representation of color #004F7F: hue angle of 202.68º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004F7F is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 79 127 -
CMYK 1 0.38 0 0.50
HSL 202.68º 1% 0.25% -
HSV(B) 202.68º 1% 0.5% -
XYZ 6.63 7.12 21.1 -
YUV 60.85 165.33 84.6 -
System Red Green Blue C M Y K H S L
Decimal 0 79 127 1 0.38 0 0.50 202.68 1 0.25
Hex 0 4F 7F 64 26 0 32 CB 64 19
Octal 0 117 177 144 46 0 62 313 144 31
Binary 0 1001111 1111111 1100100 100110 0 110010 11001011 1100100 11001

Color Harmonies of #004F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F7F

Black with #004F7F

Text Example


Text Example

White with #004F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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