Html Css Color HEX #044DB4 Cobalt

📋 copy color: '#044DB4'

red 4 ◦ green 77 ◦ blue 180

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

Shades of Cobalt #044DB4

Tints of Cobalt #044DB4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.5%

 BLUE value IS 180 (70.7% from 255) = 68.97%

R = 1.53%
G = 29.5%
B = 68.97%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#044DB4 (or 0x044DB4) is known color: Cobalt. HEX triplet: 04, 4D and B4. RGB value is (4,77,180). Sum of RGB (Red+Green+Blue) = 4+77+180=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 180 (70.70% from 255 or 68.97% from 261); Max value from RGB is 180 - color contains mainly: blue. Hex color #044DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DB4 is #FBB24B. Grayscale: #424242. Windows color (decimal): -16495180 or 11816196. OLE color: 11816196.

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

Color convert

RGB 4 77 180 -
CMYK 0.98 0.57 0 0.29
HSL 215.11º 0.96% 0.36% -
HSV(B) 215.11º 0.98% 0.71% -
XYZ 10.94 8.63 44.27 -
YUV 66.92 191.82 83.12 -
System Red Green Blue C M Y K H S L
Decimal 4 77 180 0.98 0.57 0 0.29 215.11 0.96 0.36
Hex 4 4D B4 62 39 0 1D D7 60 24
Octal 4 115 264 142 71 0 35 327 140 44
Binary 100 1001101 10110100 1100010 111001 0 11101 11010111 1100000 100100

Color Harmonies of #044DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044DB4

Black with #044DB4

Text Example


Text Example

White with #044DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,77,180); }

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

background-color css

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

 a { background-color: rgb(4,77,180); }

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

border-color css

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

 span { border-color: rgb(4,77,180); }

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