Html Css Color HEX #044C9E Cobalt

📋 copy color: '#044C9E'

red 4 ◦ green 76 ◦ blue 158

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

Shades of Cobalt #044C9E

Tints of Cobalt #044C9E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.93%

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

R = 1.68%
G = 31.93%
B = 66.39%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#044C9E (or 0x044C9E) is known color: Cobalt. HEX triplet: 04, 4C and 9E. RGB value is (4,76,158). Sum of RGB (Red+Green+Blue) = 4+76+158=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 158 (62.11% from 255 or 66.39% from 238); Max value from RGB is 158 - color contains mainly: blue. Hex color #044C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044C9E is #FBB361. Grayscale: #3F3F3F. Windows color (decimal): -16495458 or 10374148. OLE color: 10374148.

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

Color convert

RGB 4 76 158 -
CMYK 0.97 0.52 0 0.38
HSL 211.95º 0.95% 0.32% -
HSV(B) 211.95º 0.97% 0.62% -
XYZ 8.81 7.66 33.36 -
YUV 63.82 181.15 85.33 -
System Red Green Blue C M Y K H S L
Decimal 4 76 158 0.97 0.52 0 0.38 211.95 0.95 0.32
Hex 4 4C 9E 61 34 0 26 D4 5F 20
Octal 4 114 236 141 64 0 46 324 137 40
Binary 100 1001100 10011110 1100001 110100 0 100110 11010100 1011111 100000

Color Harmonies of #044C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044C9E

Black with #044C9E

Text Example


Text Example

White with #044C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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