Html Css Color HEX #044EAC Cobalt

📋 copy color: '#044EAC'

red 4 ◦ green 78 ◦ blue 172

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

Shades of Cobalt #044EAC

Tints of Cobalt #044EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 67.72%

R = 1.57%
G = 30.71%
B = 67.72%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#044EAC (or 0x044EAC) is known color: Cobalt. HEX triplet: 04, 4E and AC. RGB value is (4,78,172). Sum of RGB (Red+Green+Blue) = 4+78+172=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #044EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044EAC is #FBB153. Grayscale: #424242. Windows color (decimal): -16494932 or 11292164. OLE color: 11292164.

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

Color convert

RGB 4 78 172 -
CMYK 0.98 0.55 0 0.33
HSL 213.57º 0.95% 0.35% -
HSV(B) 213.57º 0.98% 0.67% -
XYZ 10.22 8.45 40.12 -
YUV 66.59 187.48 83.36 -
System Red Green Blue C M Y K H S L
Decimal 4 78 172 0.98 0.55 0 0.33 213.57 0.95 0.35
Hex 4 4E AC 62 37 0 21 D6 5F 23
Octal 4 116 254 142 67 0 41 326 137 43
Binary 100 1001110 10101100 1100010 110111 0 100001 11010110 1011111 100011

Color Harmonies of #044EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044EAC

Black with #044EAC

Text Example


Text Example

White with #044EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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