Html Css Color HEX #044EAD Cobalt

📋 copy color: '#044EAD'

red 4 ◦ green 78 ◦ blue 173

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

Shades of Cobalt #044EAD

Tints of Cobalt #044EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 67.84%

R = 1.57%
G = 30.59%
B = 67.84%

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

#044EAD (or 0x044EAD) is known color: Cobalt. HEX triplet: 04, 4E and AD. RGB value is (4,78,173). Sum of RGB (Red+Green+Blue) = 4+78+173=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #044EAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044EAD is #FBB152. Grayscale: #424242. Windows color (decimal): -16494931 or 11357700. OLE color: 11357700.

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

Color convert

RGB 4 78 173 -
CMYK 0.98 0.55 0 0.32
HSL 213.73º 0.95% 0.35% -
HSV(B) 213.73º 0.98% 0.68% -
XYZ 10.32 8.49 40.63 -
YUV 66.7 187.98 83.28 -
System Red Green Blue C M Y K H S L
Decimal 4 78 173 0.98 0.55 0 0.32 213.73 0.95 0.35
Hex 4 4E AD 62 37 0 20 D6 5F 23
Octal 4 116 255 142 67 0 40 326 137 43
Binary 100 1001110 10101101 1100010 110111 0 100000 11010110 1011111 100011

Color Harmonies of #044EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044EAD

Black with #044EAD

Text Example


Text Example

White with #044EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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