Html Css Color HEX #004D7C Dark Cerulean

📋 copy color: '#004D7C'

red 0 ◦ green 77 ◦ blue 124

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

Shades of Dark Cerulean #004D7C

Tints of Dark Cerulean #004D7C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.31%

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

R = 0%
G = 38.31%
B = 61.69%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#004D7C (or 0x004D7C) is known color: Dark Cerulean. HEX triplet: 00, 4D and 7C. RGB value is (0,77,124). Sum of RGB (Red+Green+Blue) = 0+77+124=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #004D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004D7C is #FFB283. Grayscale: #3B3B3B. Windows color (decimal): -16757380 or 8146176. OLE color: 8146176.

HSL color Cylindrical-coordinate representation of color #004D7C: hue angle of 202.74º 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 #004D7C is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 77 124 -
CMYK 1 0.38 0 0.51
HSL 202.74º 1% 0.24% -
HSV(B) 202.74º 1% 0.49% -
XYZ 6.29 6.76 20.04 -
YUV 59.34 164.49 85.68 -
System Red Green Blue C M Y K H S L
Decimal 0 77 124 1 0.38 0 0.51 202.74 1 0.24
Hex 0 4D 7C 64 26 0 33 CB 64 18
Octal 0 115 174 144 46 0 63 313 144 30
Binary 0 1001101 1111100 1100100 100110 0 110011 11001011 1100100 11000

Color Harmonies of #004D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004D7C

Black with #004D7C

Text Example


Text Example

White with #004D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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