Html Css Color HEX #044CB6 Cobalt

📋 copy color: '#044CB6'

red 4 ◦ green 76 ◦ blue 182

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

Shades of Cobalt #044CB6

Tints of Cobalt #044CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 69.47%

R = 1.53%
G = 29.01%
B = 69.47%

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

#044CB6 (or 0x044CB6) is known color: Cobalt. HEX triplet: 04, 4C and B6. RGB value is (4,76,182). Sum of RGB (Red+Green+Blue) = 4+76+182=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 182 (71.48% from 255 or 69.47% from 262); Max value from RGB is 182 - color contains mainly: blue. Hex color #044CB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CB6 is #FBB349. Grayscale: #424242. Windows color (decimal): -16495434 or 11947012. OLE color: 11947012.

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

Color convert

RGB 4 76 182 -
CMYK 0.98 0.58 0 0.29
HSL 215.73º 0.96% 0.36% -
HSV(B) 215.73º 0.98% 0.71% -
XYZ 11.08 8.57 45.33 -
YUV 66.56 193.15 83.38 -
System Red Green Blue C M Y K H S L
Decimal 4 76 182 0.98 0.58 0 0.29 215.73 0.96 0.36
Hex 4 4C B6 62 3A 0 1D D8 60 24
Octal 4 114 266 142 72 0 35 330 140 44
Binary 100 1001100 10110110 1100010 111010 0 11101 11011000 1100000 100100

Color Harmonies of #044CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CB6

Black with #044CB6

Text Example


Text Example

White with #044CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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