Html Css Color HEX #044A95 Cobalt

📋 copy color: '#044A95'

red 4 ◦ green 74 ◦ blue 149

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

Shades of Cobalt #044A95

Tints of Cobalt #044A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 65.64%

R = 1.76%
G = 32.6%
B = 65.64%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#044A95 (or 0x044A95) is known color: Cobalt. HEX triplet: 04, 4A and 95. RGB value is (4,74,149). Sum of RGB (Red+Green+Blue) = 4+74+149=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #044A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044A95 is #FBB56A. Grayscale: #3D3D3D. Windows color (decimal): -16495979 or 9783812. OLE color: 9783812.

HSL color Cylindrical-coordinate representation of color #044A95: hue angle of 211.03º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044A95 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 74 149 -
CMYK 0.97 0.50 0 0.42
HSL 211.03º 0.95% 0.3% -
HSV(B) 211.03º 0.97% 0.58% -
XYZ 7.92 7.09 29.39 -
YUV 61.62 177.31 86.9 -
System Red Green Blue C M Y K H S L
Decimal 4 74 149 0.97 0.50 0 0.42 211.03 0.95 0.3
Hex 4 4A 95 61 32 0 2A D3 5F 1E
Octal 4 112 225 141 62 0 52 323 137 36
Binary 100 1001010 10010101 1100001 110010 0 101010 11010011 1011111 11110

Color Harmonies of #044A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044A95

Black with #044A95

Text Example


Text Example

White with #044A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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