Html Css Color HEX #104999 Cobalt

📋 copy color: '#104999'

red 16 ◦ green 73 ◦ blue 153

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

Shades of Cobalt #104999

Tints of Cobalt #104999

RGB

 RED value IS 16 (6.64% from 255) = 6.61%

 GREEN value IS 73 (28.91% from 255) = 30.17%

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

R = 6.61%
G = 30.17%
B = 63.22%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#104999 (or 0x104999) is known color: Cobalt. HEX triplet: 10, 49 and 99. RGB value is (16,73,153). Sum of RGB (Red+Green+Blue) = 16+73+153=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #104999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104999 is #EFB666. Grayscale: #404040. Windows color (decimal): -15709799 or 10045712. OLE color: 10045712.

HSL color Cylindrical-coordinate representation of color #104999: hue angle of 215.04º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104999 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 73 153 -
CMYK 0.90 0.52 0 0.4
HSL 215.04º 0.81% 0.33% -
HSV(B) 215.04º 0.9% 0.6% -
XYZ 8.35 7.18 31.08 -
YUV 65.08 177.62 93 -
System Red Green Blue C M Y K H S L
Decimal 16 73 153 0.90 0.52 0 0.4 215.04 0.81 0.33
Hex 10 49 99 5A 34 0 28 D7 51 21
Octal 20 111 231 132 64 0 50 327 121 41
Binary 10000 1001001 10011001 1011010 110100 0 101000 11010111 1010001 100001

Color Harmonies of #104999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104999

Black with #104999

Text Example


Text Example

White with #104999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104999; }

 p { color: rgb(16,73,153); }

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

background-color css

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

 a { background-color: rgb(16,73,153); }

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

border-color css

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

 span { border-color: rgb(16,73,153); }

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