Html Css Color HEX #044CBD Cobalt

📋 copy color: '#044CBD'

red 4 ◦ green 76 ◦ blue 189

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

Shades of Cobalt #044CBD

Tints of Cobalt #044CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 70.26%

R = 1.49%
G = 28.25%
B = 70.26%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#044CBD (or 0x044CBD) is known color: Cobalt. HEX triplet: 04, 4C and BD. RGB value is (4,76,189). Sum of RGB (Red+Green+Blue) = 4+76+189=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 189 (74.22% from 255 or 70.26% from 269); Max value from RGB is 189 - color contains mainly: blue. Hex color #044CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CBD is #FBB342. Grayscale: #424242. Windows color (decimal): -16495427 or 12405764. OLE color: 12405764.

HSL color Cylindrical-coordinate representation of color #044CBD: hue angle of 216.65º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044CBD is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 76 189 -
CMYK 0.98 0.60 0 0.26
HSL 216.65º 0.96% 0.38% -
HSV(B) 216.65º 0.98% 0.74% -
XYZ 11.82 8.87 49.23 -
YUV 67.35 196.65 82.81 -
System Red Green Blue C M Y K H S L
Decimal 4 76 189 0.98 0.60 0 0.26 216.65 0.96 0.38
Hex 4 4C BD 62 3C 0 1A D9 60 26
Octal 4 114 275 142 74 0 32 331 140 46
Binary 100 1001100 10111101 1100010 111100 0 11010 11011001 1100000 100110

Color Harmonies of #044CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CBD

Black with #044CBD

Text Example


Text Example

White with #044CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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