Html Css Color HEX #044BA2 Cobalt

📋 copy color: '#044BA2'

red 4 ◦ green 75 ◦ blue 162

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

Shades of Cobalt #044BA2

Tints of Cobalt #044BA2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.12%

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

R = 1.66%
G = 31.12%
B = 67.22%

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

#044BA2 (or 0x044BA2) is known color: Cobalt. HEX triplet: 04, 4B and A2. RGB value is (4,75,162). Sum of RGB (Red+Green+Blue) = 4+75+162=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 162 (63.67% from 255 or 67.22% from 241); Max value from RGB is 162 - color contains mainly: blue. Hex color #044BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044BA2 is #FBB45D. Grayscale: #3F3F3F. Windows color (decimal): -16495710 or 10636036. OLE color: 10636036.

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

Color convert

RGB 4 75 162 -
CMYK 0.98 0.54 0 0.36
HSL 213.04º 0.95% 0.33% -
HSV(B) 213.04º 0.98% 0.64% -
XYZ 9.09 7.67 35.18 -
YUV 63.69 183.48 85.43 -
System Red Green Blue C M Y K H S L
Decimal 4 75 162 0.98 0.54 0 0.36 213.04 0.95 0.33
Hex 4 4B A2 62 36 0 24 D5 5F 21
Octal 4 113 242 142 66 0 44 325 137 41
Binary 100 1001011 10100010 1100010 110110 0 100100 11010101 1011111 100001

Color Harmonies of #044BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044BA2

Black with #044BA2

Text Example


Text Example

White with #044BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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