Html Css Color HEX #044F7F Dark Cerulean

📋 copy color: '#044F7F'

red 4 ◦ green 79 ◦ blue 127

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

Shades of Dark Cerulean #044F7F

Tints of Dark Cerulean #044F7F

RGB

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

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

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

R = 1.9%
G = 37.62%
B = 60.48%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#044F7F (or 0x044F7F) is known color: Dark Cerulean. HEX triplet: 04, 4F and 7F. RGB value is (4,79,127). Sum of RGB (Red+Green+Blue) = 4+79+127=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #044F7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044F7F is #FBB080. Grayscale: #3D3D3D. Windows color (decimal): -16494721 or 8343300. OLE color: 8343300.

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

Color convert

RGB 4 79 127 -
CMYK 0.97 0.38 0 0.50
HSL 203.41º 0.94% 0.26% -
HSV(B) 203.41º 0.97% 0.5% -
XYZ 6.68 7.15 21.11 -
YUV 62.05 164.65 86.6 -
System Red Green Blue C M Y K H S L
Decimal 4 79 127 0.97 0.38 0 0.50 203.41 0.94 0.26
Hex 4 4F 7F 61 26 0 32 CB 5E 1A
Octal 4 117 177 141 46 0 62 313 136 32
Binary 100 1001111 1111111 1100001 100110 0 110010 11001011 1011110 11010

Color Harmonies of #044F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044F7F

Black with #044F7F

Text Example


Text Example

White with #044F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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