Html Css Color HEX #044ABD Cobalt

📋 copy color: '#044ABD'

red 4 ◦ green 74 ◦ blue 189

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

Shades of Cobalt #044ABD

Tints of Cobalt #044ABD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

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

R = 1.5%
G = 27.72%
B = 70.79%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#044ABD (or 0x044ABD) is known color: Cobalt. HEX triplet: 04, 4A and BD. RGB value is (4,74,189). Sum of RGB (Red+Green+Blue) = 4+74+189=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 189 (74.22% from 255 or 70.79% from 267); Max value from RGB is 189 - color contains mainly: blue. Hex color #044ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044ABD is #FBB542. Grayscale: #414141. Windows color (decimal): -16495939 or 12405252. OLE color: 12405252.

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

Color convert

RGB 4 74 189 -
CMYK 0.98 0.61 0 0.26
HSL 217.3º 0.96% 0.38% -
HSV(B) 217.3º 0.98% 0.74% -
XYZ 11.68 8.6 49.19 -
YUV 66.18 197.31 83.65 -
System Red Green Blue C M Y K H S L
Decimal 4 74 189 0.98 0.61 0 0.26 217.3 0.96 0.38
Hex 4 4A BD 62 3D 0 1A D9 60 26
Octal 4 112 275 142 75 0 32 331 140 46
Binary 100 1001010 10111101 1100010 111101 0 11010 11011001 1100000 100110

Color Harmonies of #044ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044ABD

Black with #044ABD

Text Example


Text Example

White with #044ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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