Html Css Color HEX #044C99 Cobalt

📋 copy color: '#044C99'

red 4 ◦ green 76 ◦ blue 153

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

Shades of Cobalt #044C99

Tints of Cobalt #044C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 65.67%

R = 1.72%
G = 32.62%
B = 65.67%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#044C99 (or 0x044C99) is known color: Cobalt. HEX triplet: 04, 4C and 99. RGB value is (4,76,153). Sum of RGB (Red+Green+Blue) = 4+76+153=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #044C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044C99 is #FBB366. Grayscale: #3E3E3E. Windows color (decimal): -16495463 or 10046468. OLE color: 10046468.

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

Color convert

RGB 4 76 153 -
CMYK 0.97 0.50 0 0.4
HSL 211.01º 0.95% 0.31% -
HSV(B) 211.01º 0.97% 0.6% -
XYZ 8.38 7.49 31.14 -
YUV 63.25 178.65 85.74 -
System Red Green Blue C M Y K H S L
Decimal 4 76 153 0.97 0.50 0 0.4 211.01 0.95 0.31
Hex 4 4C 99 61 32 0 28 D3 5F 1F
Octal 4 114 231 141 62 0 50 323 137 37
Binary 100 1001100 10011001 1100001 110010 0 101000 11010011 1011111 11111

Color Harmonies of #044C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044C99

Black with #044C99

Text Example


Text Example

White with #044C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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