Html Css Color HEX #044F98 Cobalt

📋 copy color: '#044F98'

red 4 ◦ green 79 ◦ blue 152

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

Shades of Cobalt #044F98

Tints of Cobalt #044F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 64.68%

R = 1.7%
G = 33.62%
B = 64.68%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#044F98 (or 0x044F98) is known color: Cobalt. HEX triplet: 04, 4F and 98. RGB value is (4,79,152). Sum of RGB (Red+Green+Blue) = 4+79+152=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #044F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044F98 is #FBB067. Grayscale: #404040. Windows color (decimal): -16494696 or 9981700. OLE color: 9981700.

HSL color Cylindrical-coordinate representation of color #044F98: hue angle of 209.59º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044F98 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 79 152 -
CMYK 0.97 0.48 0 0.40
HSL 209.59º 0.95% 0.31% -
HSV(B) 209.59º 0.97% 0.6% -
XYZ 8.51 7.88 30.78 -
YUV 64.9 177.15 84.56 -
System Red Green Blue C M Y K H S L
Decimal 4 79 152 0.97 0.48 0 0.40 209.59 0.95 0.31
Hex 4 4F 98 61 30 0 28 D2 5F 1F
Octal 4 117 230 141 60 0 50 322 137 37
Binary 100 1001111 10011000 1100001 110000 0 101000 11010010 1011111 11111

Color Harmonies of #044F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044F98

Black with #044F98

Text Example


Text Example

White with #044F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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