Html Css Color HEX #044FA0 Cobalt

📋 copy color: '#044FA0'

red 4 ◦ green 79 ◦ blue 160

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

Shades of Cobalt #044FA0

Tints of Cobalt #044FA0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.51%

 BLUE value IS 160 (62.89% from 255) = 65.84%

R = 1.65%
G = 32.51%
B = 65.84%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#044FA0 (or 0x044FA0) is known color: Cobalt. HEX triplet: 04, 4F and A0. RGB value is (4,79,160). Sum of RGB (Red+Green+Blue) = 4+79+160=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 160 (62.89% from 255 or 65.84% from 243); Max value from RGB is 160 - color contains mainly: blue. Hex color #044FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044FA0 is #FBB05F. Grayscale: #414141. Windows color (decimal): -16494688 or 10505988. OLE color: 10505988.

HSL color Cylindrical-coordinate representation of color #044FA0: hue angle of 211.15º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FA0 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 4 79 160 -
CMYK 0.98 0.51 0 0.37
HSL 211.15º 0.95% 0.32% -
HSV(B) 211.15º 0.98% 0.63% -
XYZ 9.19 8.16 34.35 -
YUV 65.81 181.15 83.91 -
System Red Green Blue C M Y K H S L
Decimal 4 79 160 0.98 0.51 0 0.37 211.15 0.95 0.32
Hex 4 4F A0 62 33 0 25 D3 5F 20
Octal 4 117 240 142 63 0 45 323 137 40
Binary 100 1001111 10100000 1100010 110011 0 100101 11010011 1011111 100000

Color Harmonies of #044FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044FA0

Black with #044FA0

Text Example


Text Example

White with #044FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,79,160); }

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

background-color css

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

 a { background-color: rgb(4,79,160); }

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

border-color css

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

 span { border-color: rgb(4,79,160); }

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