Html Css Color HEX #044CB5 Cobalt

📋 copy color: '#044CB5'

red 4 ◦ green 76 ◦ blue 181

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

Shades of Cobalt #044CB5

Tints of Cobalt #044CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 69.35%

R = 1.53%
G = 29.12%
B = 69.35%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#044CB5 (or 0x044CB5) is known color: Cobalt. HEX triplet: 04, 4C and B5. RGB value is (4,76,181). Sum of RGB (Red+Green+Blue) = 4+76+181=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 181 (71.09% from 255 or 69.35% from 261); Max value from RGB is 181 - color contains mainly: blue. Hex color #044CB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CB5 is #FBB34A. Grayscale: #414141. Windows color (decimal): -16495435 or 11881476. OLE color: 11881476.

HSL color Cylindrical-coordinate representation of color #044CB5: hue angle of 215.59º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044CB5 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 4 76 181 -
CMYK 0.98 0.58 0 0.29
HSL 215.59º 0.96% 0.36% -
HSV(B) 215.59º 0.98% 0.71% -
XYZ 10.98 8.53 44.78 -
YUV 66.44 192.65 83.46 -
System Red Green Blue C M Y K H S L
Decimal 4 76 181 0.98 0.58 0 0.29 215.59 0.96 0.36
Hex 4 4C B5 62 3A 0 1D D8 60 24
Octal 4 114 265 142 72 0 35 330 140 44
Binary 100 1001100 10110101 1100010 111010 0 11101 11011000 1100000 100100

Color Harmonies of #044CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CB5

Black with #044CB5

Text Example


Text Example

White with #044CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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