Html Css Color HEX #044E9E Cobalt

📋 copy color: '#044E9E'

red 4 ◦ green 78 ◦ blue 158

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

Shades of Cobalt #044E9E

Tints of Cobalt #044E9E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.5%

 BLUE value IS 158 (62.11% from 255) = 65.83%

R = 1.67%
G = 32.5%
B = 65.83%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#044E9E (or 0x044E9E) is known color: Cobalt. HEX triplet: 04, 4E and 9E. RGB value is (4,78,158). Sum of RGB (Red+Green+Blue) = 4+78+158=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #044E9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044E9E is #FBB161. Grayscale: #404040. Windows color (decimal): -16494946 or 10374660. OLE color: 10374660.

HSL color Cylindrical-coordinate representation of color #044E9E: hue angle of 211.17º 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 #044E9E is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 78 158 -
CMYK 0.97 0.51 0 0.38
HSL 211.17º 0.95% 0.32% -
HSV(B) 211.17º 0.97% 0.62% -
XYZ 8.95 7.94 33.41 -
YUV 64.99 180.48 84.5 -
System Red Green Blue C M Y K H S L
Decimal 4 78 158 0.97 0.51 0 0.38 211.17 0.95 0.32
Hex 4 4E 9E 61 33 0 26 D3 5F 20
Octal 4 116 236 141 63 0 46 323 137 40
Binary 100 1001110 10011110 1100001 110011 0 100110 11010011 1011111 100000

Color Harmonies of #044E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044E9E

Black with #044E9E

Text Example


Text Example

White with #044E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,78,158); }

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

background-color css

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

 a { background-color: rgb(4,78,158); }

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

border-color css

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

 span { border-color: rgb(4,78,158); }

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