Html Css Color HEX #044FAE Cobalt

📋 copy color: '#044FAE'

red 4 ◦ green 79 ◦ blue 174

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

Shades of Cobalt #044FAE

Tints of Cobalt #044FAE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.74%

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

R = 1.56%
G = 30.74%
B = 67.7%

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

#044FAE (or 0x044FAE) is known color: Cobalt. HEX triplet: 04, 4F and AE. RGB value is (4,79,174). Sum of RGB (Red+Green+Blue) = 4+79+174=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #044FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044FAE is #FBB051. Grayscale: #424242. Windows color (decimal): -16494674 or 11423492. OLE color: 11423492.

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

Color convert

RGB 4 79 174 -
CMYK 0.98 0.55 0 0.32
HSL 213.53º 0.96% 0.35% -
HSV(B) 213.53º 0.98% 0.68% -
XYZ 10.49 8.67 41.17 -
YUV 67.41 188.15 82.78 -
System Red Green Blue C M Y K H S L
Decimal 4 79 174 0.98 0.55 0 0.32 213.53 0.96 0.35
Hex 4 4F AE 62 37 0 20 D6 60 23
Octal 4 117 256 142 67 0 40 326 140 43
Binary 100 1001111 10101110 1100010 110111 0 100000 11010110 1100000 100011

Color Harmonies of #044FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044FAE

Black with #044FAE

Text Example


Text Example

White with #044FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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