Html Css Color HEX #044F86 Dark Cerulean

📋 copy color: '#044F86'

red 4 ◦ green 79 ◦ blue 134

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

Shades of Dark Cerulean #044F86

Tints of Dark Cerulean #044F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 61.75%

R = 1.84%
G = 36.41%
B = 61.75%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#044F86 (or 0x044F86) is known color: Dark Cerulean. HEX triplet: 04, 4F and 86. RGB value is (4,79,134). Sum of RGB (Red+Green+Blue) = 4+79+134=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 134 (52.73% from 255 or 61.75% from 217); Max value from RGB is 134 - color contains mainly: blue. Hex color #044F86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044F86 is #FBB079. Grayscale: #3E3E3E. Windows color (decimal): -16494714 or 8802052. OLE color: 8802052.

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

Color convert

RGB 4 79 134 -
CMYK 0.97 0.41 0 0.47
HSL 205.38º 0.94% 0.27% -
HSV(B) 205.38º 0.97% 0.53% -
XYZ 7.15 7.34 23.59 -
YUV 62.85 168.15 86.03 -
System Red Green Blue C M Y K H S L
Decimal 4 79 134 0.97 0.41 0 0.47 205.38 0.94 0.27
Hex 4 4F 86 61 29 0 2F CD 5E 1B
Octal 4 117 206 141 51 0 57 315 136 33
Binary 100 1001111 10000110 1100001 101001 0 101111 11001101 1011110 11011

Color Harmonies of #044F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044F86

Black with #044F86

Text Example


Text Example

White with #044F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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