Html Css Color HEX #044EAE Cobalt

📋 copy color: '#044EAE'

red 4 ◦ green 78 ◦ blue 174

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

Shades of Cobalt #044EAE

Tints of Cobalt #044EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 67.97%

R = 1.56%
G = 30.47%
B = 67.97%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#044EAE (or 0x044EAE) is known color: Cobalt. HEX triplet: 04, 4E and AE. RGB value is (4,78,174). Sum of RGB (Red+Green+Blue) = 4+78+174=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #044EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044EAE is #FBB151. Grayscale: #424242. Windows color (decimal): -16494930 or 11423236. OLE color: 11423236.

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

Color convert

RGB 4 78 174 -
CMYK 0.98 0.55 0 0.32
HSL 213.88º 0.96% 0.35% -
HSV(B) 213.88º 0.98% 0.68% -
XYZ 10.41 8.53 41.14 -
YUV 66.82 188.48 83.19 -
System Red Green Blue C M Y K H S L
Decimal 4 78 174 0.98 0.55 0 0.32 213.88 0.96 0.35
Hex 4 4E AE 62 37 0 20 D6 60 23
Octal 4 116 256 142 67 0 40 326 140 43
Binary 100 1001110 10101110 1100010 110111 0 100000 11010110 1100000 100011

Color Harmonies of #044EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044EAE

Black with #044EAE

Text Example


Text Example

White with #044EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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