Html Css Color HEX #044D86 Dark Cerulean

📋 copy color: '#044D86'

red 4 ◦ green 77 ◦ blue 134

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

Shades of Dark Cerulean #044D86

Tints of Dark Cerulean #044D86

RGB

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

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

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

R = 1.86%
G = 35.81%
B = 62.33%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#044D86 (or 0x044D86) is known color: Dark Cerulean. HEX triplet: 04, 4D and 86. RGB value is (4,77,134). Sum of RGB (Red+Green+Blue) = 4+77+134=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 134 (52.73% from 255 or 62.33% from 215); Max value from RGB is 134 - color contains mainly: blue. Hex color #044D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044D86 is #FBB279. Grayscale: #3D3D3D. Windows color (decimal): -16495226 or 8801540. OLE color: 8801540.

HSL color Cylindrical-coordinate representation of color #044D86: hue angle of 206.31º 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 #044D86 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 77 134 -
CMYK 0.97 0.43 0 0.47
HSL 206.31º 0.94% 0.27% -
HSV(B) 206.31º 0.97% 0.53% -
XYZ 7.01 7.05 23.55 -
YUV 61.67 168.82 86.87 -
System Red Green Blue C M Y K H S L
Decimal 4 77 134 0.97 0.43 0 0.47 206.31 0.94 0.27
Hex 4 4D 86 61 2B 0 2F CE 5E 1B
Octal 4 115 206 141 53 0 57 316 136 33
Binary 100 1001101 10000110 1100001 101011 0 101111 11001110 1011110 11011

Color Harmonies of #044D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044D86

Black with #044D86

Text Example


Text Example

White with #044D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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