Html Css Color HEX #044D7C Dark Cerulean

📋 copy color: '#044D7C'

red 4 ◦ green 77 ◦ blue 124

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

Shades of Dark Cerulean #044D7C

Tints of Dark Cerulean #044D7C

RGB

 RED value IS 4 (1.95% from 255) = 1.95%

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

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

R = 1.95%
G = 37.56%
B = 60.49%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#044D7C (or 0x044D7C) is known color: Dark Cerulean. HEX triplet: 04, 4D and 7C. RGB value is (4,77,124). Sum of RGB (Red+Green+Blue) = 4+77+124=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #044D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D7C is #FBB283. Grayscale: #3C3C3C. Windows color (decimal): -16495236 or 8146180. OLE color: 8146180.

HSL color Cylindrical-coordinate representation of color #044D7C: hue angle of 203.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044D7C is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 77 124 -
CMYK 0.97 0.38 0 0.51
HSL 203.5º 0.94% 0.25% -
HSV(B) 203.5º 0.97% 0.49% -
XYZ 6.34 6.79 20.04 -
YUV 60.53 163.82 87.68 -
System Red Green Blue C M Y K H S L
Decimal 4 77 124 0.97 0.38 0 0.51 203.5 0.94 0.25
Hex 4 4D 7C 61 26 0 33 CC 5E 19
Octal 4 115 174 141 46 0 63 314 136 31
Binary 100 1001101 1111100 1100001 100110 0 110011 11001100 1011110 11001

Color Harmonies of #044D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044D7C

Black with #044D7C

Text Example


Text Example

White with #044D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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