Html Css Color HEX #044AA2 Cobalt

📋 copy color: '#044AA2'

red 4 ◦ green 74 ◦ blue 162

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

Shades of Cobalt #044AA2

Tints of Cobalt #044AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 67.5%

R = 1.67%
G = 30.83%
B = 67.5%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#044AA2 (or 0x044AA2) is known color: Cobalt. HEX triplet: 04, 4A and A2. RGB value is (4,74,162). Sum of RGB (Red+Green+Blue) = 4+74+162=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 162 (63.67% from 255 or 67.5% from 240); Max value from RGB is 162 - color contains mainly: blue. Hex color #044AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044AA2 is #FBB55D. Grayscale: #3E3E3E. Windows color (decimal): -16495966 or 10635780. OLE color: 10635780.

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

Color convert

RGB 4 74 162 -
CMYK 0.98 0.54 0 0.36
HSL 213.42º 0.95% 0.33% -
HSV(B) 213.42º 0.98% 0.64% -
XYZ 9.02 7.53 35.16 -
YUV 63.1 183.81 85.84 -
System Red Green Blue C M Y K H S L
Decimal 4 74 162 0.98 0.54 0 0.36 213.42 0.95 0.33
Hex 4 4A A2 62 36 0 24 D5 5F 21
Octal 4 112 242 142 66 0 44 325 137 41
Binary 100 1001010 10100010 1100010 110110 0 100100 11010101 1011111 100001

Color Harmonies of #044AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044AA2

Black with #044AA2

Text Example


Text Example

White with #044AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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