Html Css Color HEX #044EAF Cobalt

📋 copy color: '#044EAF'

red 4 ◦ green 78 ◦ blue 175

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

Shades of Cobalt #044EAF

Tints of Cobalt #044EAF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.35%

 BLUE value IS 175 (68.75% from 255) = 68.09%

R = 1.56%
G = 30.35%
B = 68.09%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#044EAF (or 0x044EAF) is known color: Cobalt. HEX triplet: 04, 4E and AF. RGB value is (4,78,175). Sum of RGB (Red+Green+Blue) = 4+78+175=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #044EAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044EAF is #FBB150. Grayscale: #424242. Windows color (decimal): -16494929 or 11488772. OLE color: 11488772.

HSL color Cylindrical-coordinate representation of color #044EAF: hue angle of 214.04º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044EAF is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 78 175 -
CMYK 0.98 0.55 0 0.31
HSL 214.04º 0.96% 0.35% -
HSV(B) 214.04º 0.98% 0.69% -
XYZ 10.51 8.57 41.66 -
YUV 66.93 188.98 83.11 -
System Red Green Blue C M Y K H S L
Decimal 4 78 175 0.98 0.55 0 0.31 214.04 0.96 0.35
Hex 4 4E AF 62 37 0 1F D6 60 23
Octal 4 116 257 142 67 0 37 326 140 43
Binary 100 1001110 10101111 1100010 110111 0 11111 11010110 1100000 100011

Color Harmonies of #044EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044EAF

Black with #044EAF

Text Example


Text Example

White with #044EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,78,175); }

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

background-color css

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

 a { background-color: rgb(4,78,175); }

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

border-color css

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

 span { border-color: rgb(4,78,175); }

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