Html Css Color HEX #044AAE Cobalt

📋 copy color: '#044AAE'

red 4 ◦ green 74 ◦ blue 174

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

Shades of Cobalt #044AAE

Tints of Cobalt #044AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.37%

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

R = 1.59%
G = 29.37%
B = 69.05%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#044AAE (or 0x044AAE) is known color: Cobalt. HEX triplet: 04, 4A and AE. RGB value is (4,74,174). Sum of RGB (Red+Green+Blue) = 4+74+174=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 174 (68.36% from 255 or 69.05% from 252); Max value from RGB is 174 - color contains mainly: blue. Hex color #044AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044AAE is #FBB551. Grayscale: #404040. Windows color (decimal): -16495954 or 11422212. OLE color: 11422212.

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

Color convert

RGB 4 74 174 -
CMYK 0.98 0.57 0 0.32
HSL 215.29º 0.96% 0.35% -
HSV(B) 215.29º 0.98% 0.68% -
XYZ 10.14 7.98 41.05 -
YUV 64.47 189.81 84.87 -
System Red Green Blue C M Y K H S L
Decimal 4 74 174 0.98 0.57 0 0.32 215.29 0.96 0.35
Hex 4 4A AE 62 39 0 20 D7 60 23
Octal 4 112 256 142 71 0 40 327 140 43
Binary 100 1001010 10101110 1100010 111001 0 100000 11010111 1100000 100011

Color Harmonies of #044AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044AAE

Black with #044AAE

Text Example


Text Example

White with #044AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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