Html Css Color HEX #044AA1 Cobalt

📋 copy color: '#044AA1'

red 4 ◦ green 74 ◦ blue 161

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

Shades of Cobalt #044AA1

Tints of Cobalt #044AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 67.36%

R = 1.67%
G = 30.96%
B = 67.36%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#044AA1 (or 0x044AA1) is known color: Cobalt. HEX triplet: 04, 4A and A1. RGB value is (4,74,161). Sum of RGB (Red+Green+Blue) = 4+74+161=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 161 (63.28% from 255 or 67.36% from 239); Max value from RGB is 161 - color contains mainly: blue. Hex color #044AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044AA1 is #FBB55E. Grayscale: #3E3E3E. Windows color (decimal): -16495967 or 10570244. OLE color: 10570244.

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

Color convert

RGB 4 74 161 -
CMYK 0.98 0.54 0 0.37
HSL 213.25º 0.95% 0.32% -
HSV(B) 213.25º 0.98% 0.63% -
XYZ 8.93 7.5 34.69 -
YUV 62.99 183.31 85.93 -
System Red Green Blue C M Y K H S L
Decimal 4 74 161 0.98 0.54 0 0.37 213.25 0.95 0.32
Hex 4 4A A1 62 36 0 25 D5 5F 20
Octal 4 112 241 142 66 0 45 325 137 40
Binary 100 1001010 10100001 1100010 110110 0 100101 11010101 1011111 100000

Color Harmonies of #044AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044AA1

Black with #044AA1

Text Example


Text Example

White with #044AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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