Html Css Color HEX #044EAB Cobalt

📋 copy color: '#044EAB'

red 4 ◦ green 78 ◦ blue 171

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

Shades of Cobalt #044EAB

Tints of Cobalt #044EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.59%

R = 1.58%
G = 30.83%
B = 67.59%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#044EAB (or 0x044EAB) is known color: Cobalt. HEX triplet: 04, 4E and AB. RGB value is (4,78,171). Sum of RGB (Red+Green+Blue) = 4+78+171=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #044EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044EAB is #FBB154. Grayscale: #424242. Windows color (decimal): -16494933 or 11226628. OLE color: 11226628.

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

Color convert

RGB 4 78 171 -
CMYK 0.98 0.54 0 0.33
HSL 213.41º 0.95% 0.34% -
HSV(B) 213.41º 0.98% 0.67% -
XYZ 10.13 8.41 39.62 -
YUV 66.48 186.98 83.44 -
System Red Green Blue C M Y K H S L
Decimal 4 78 171 0.98 0.54 0 0.33 213.41 0.95 0.34
Hex 4 4E AB 62 36 0 21 D5 5F 22
Octal 4 116 253 142 66 0 41 325 137 42
Binary 100 1001110 10101011 1100010 110110 0 100001 11010101 1011111 100010

Color Harmonies of #044EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044EAB

Black with #044EAB

Text Example


Text Example

White with #044EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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