Html Css Color HEX #044DAE Cobalt

📋 copy color: '#044DAE'

red 4 ◦ green 77 ◦ blue 174

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

Shades of Cobalt #044DAE

Tints of Cobalt #044DAE

RGB

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

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

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

R = 1.57%
G = 30.2%
B = 68.24%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#044DAE (or 0x044DAE) is known color: Cobalt. HEX triplet: 04, 4D and AE. RGB value is (4,77,174). Sum of RGB (Red+Green+Blue) = 4+77+174=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #044DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044DAE is #FBB251. Grayscale: #414141. Windows color (decimal): -16495186 or 11422980. OLE color: 11422980.

HSL color Cylindrical-coordinate representation of color #044DAE: hue angle of 214.24º 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 #044DAE is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 77 174 -
CMYK 0.98 0.56 0 0.32
HSL 214.24º 0.96% 0.35% -
HSV(B) 214.24º 0.98% 0.68% -
XYZ 10.34 8.39 41.12 -
YUV 66.23 188.82 83.61 -
System Red Green Blue C M Y K H S L
Decimal 4 77 174 0.98 0.56 0 0.32 214.24 0.96 0.35
Hex 4 4D AE 62 38 0 20 D6 60 23
Octal 4 115 256 142 70 0 40 326 140 43
Binary 100 1001101 10101110 1100010 111000 0 100000 11010110 1100000 100011

Color Harmonies of #044DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044DAE

Black with #044DAE

Text Example


Text Example

White with #044DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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