Html Css Color HEX #044F85 Dark Cerulean

📋 copy color: '#044F85'

red 4 ◦ green 79 ◦ blue 133

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

Shades of Dark Cerulean #044F85

Tints of Dark Cerulean #044F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 61.57%

R = 1.85%
G = 36.57%
B = 61.57%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#044F85 (or 0x044F85) is known color: Dark Cerulean. HEX triplet: 04, 4F and 85. RGB value is (4,79,133). Sum of RGB (Red+Green+Blue) = 4+79+133=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #044F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044F85 is #FBB07A. Grayscale: #3E3E3E. Windows color (decimal): -16494715 or 8736516. OLE color: 8736516.

HSL color Cylindrical-coordinate representation of color #044F85: hue angle of 205.12º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044F85 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 79 133 -
CMYK 0.97 0.41 0 0.48
HSL 205.12º 0.94% 0.27% -
HSV(B) 205.12º 0.97% 0.52% -
XYZ 7.08 7.31 23.23 -
YUV 62.73 167.65 86.11 -
System Red Green Blue C M Y K H S L
Decimal 4 79 133 0.97 0.41 0 0.48 205.12 0.94 0.27
Hex 4 4F 85 61 29 0 30 CD 5E 1B
Octal 4 117 205 141 51 0 60 315 136 33
Binary 100 1001111 10000101 1100001 101001 0 110000 11001101 1011110 11011

Color Harmonies of #044F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044F85

Black with #044F85

Text Example


Text Example

White with #044F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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