Html Css Color HEX #044F9F Cobalt

📋 copy color: '#044F9F'

red 4 ◦ green 79 ◦ blue 159

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

Shades of Cobalt #044F9F

Tints of Cobalt #044F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 65.7%

R = 1.65%
G = 32.64%
B = 65.7%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#044F9F (or 0x044F9F) is known color: Cobalt. HEX triplet: 04, 4F and 9F. RGB value is (4,79,159). Sum of RGB (Red+Green+Blue) = 4+79+159=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #044F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044F9F is #FBB060. Grayscale: #414141. Windows color (decimal): -16494689 or 10440452. OLE color: 10440452.

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

Color convert

RGB 4 79 159 -
CMYK 0.97 0.50 0 0.38
HSL 210.97º 0.95% 0.32% -
HSV(B) 210.97º 0.97% 0.62% -
XYZ 9.1 8.12 33.89 -
YUV 65.7 180.65 84 -
System Red Green Blue C M Y K H S L
Decimal 4 79 159 0.97 0.50 0 0.38 210.97 0.95 0.32
Hex 4 4F 9F 61 32 0 26 D3 5F 20
Octal 4 117 237 141 62 0 46 323 137 40
Binary 100 1001111 10011111 1100001 110010 0 100110 11010011 1011111 100000

Color Harmonies of #044F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044F9F

Black with #044F9F

Text Example


Text Example

White with #044F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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