Html Css Color HEX #044CA2 Cobalt

📋 copy color: '#044CA2'

red 4 ◦ green 76 ◦ blue 162

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

Shades of Cobalt #044CA2

Tints of Cobalt #044CA2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.4%

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

R = 1.65%
G = 31.4%
B = 66.94%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#044CA2 (or 0x044CA2) is known color: Cobalt. HEX triplet: 04, 4C and A2. RGB value is (4,76,162). Sum of RGB (Red+Green+Blue) = 4+76+162=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 162 (63.67% from 255 or 66.94% from 242); Max value from RGB is 162 - color contains mainly: blue. Hex color #044CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044CA2 is #FBB35D. Grayscale: #3F3F3F. Windows color (decimal): -16495454 or 10636292. OLE color: 10636292.

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

Color convert

RGB 4 76 162 -
CMYK 0.98 0.53 0 0.36
HSL 212.66º 0.95% 0.33% -
HSV(B) 212.66º 0.98% 0.64% -
XYZ 9.16 7.8 35.21 -
YUV 64.28 183.15 85.01 -
System Red Green Blue C M Y K H S L
Decimal 4 76 162 0.98 0.53 0 0.36 212.66 0.95 0.33
Hex 4 4C A2 62 35 0 24 D5 5F 21
Octal 4 114 242 142 65 0 44 325 137 41
Binary 100 1001100 10100010 1100010 110101 0 100100 11010101 1011111 100001

Color Harmonies of #044CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CA2

Black with #044CA2

Text Example


Text Example

White with #044CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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