Html Css Color HEX #044AB7 Cobalt

📋 copy color: '#044AB7'

red 4 ◦ green 74 ◦ blue 183

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

Shades of Cobalt #044AB7

Tints of Cobalt #044AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 70.11%

R = 1.53%
G = 28.35%
B = 70.11%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#044AB7 (or 0x044AB7) is known color: Cobalt. HEX triplet: 04, 4A and B7. RGB value is (4,74,183). Sum of RGB (Red+Green+Blue) = 4+74+183=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 183 (71.88% from 255 or 70.11% from 261); Max value from RGB is 183 - color contains mainly: blue. Hex color #044AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044AB7 is #FBB548. Grayscale: #404040. Windows color (decimal): -16495945 or 12012036. OLE color: 12012036.

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

Color convert

RGB 4 74 183 -
CMYK 0.98 0.60 0 0.28
HSL 216.54º 0.96% 0.37% -
HSV(B) 216.54º 0.98% 0.72% -
XYZ 11.05 8.34 45.83 -
YUV 65.5 194.31 84.14 -
System Red Green Blue C M Y K H S L
Decimal 4 74 183 0.98 0.60 0 0.28 216.54 0.96 0.37
Hex 4 4A B7 62 3C 0 1C D9 60 25
Octal 4 112 267 142 74 0 34 331 140 45
Binary 100 1001010 10110111 1100010 111100 0 11100 11011001 1100000 100101

Color Harmonies of #044AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044AB7

Black with #044AB7

Text Example


Text Example

White with #044AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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