Html Css Color HEX #104997 Cobalt

📋 copy color: '#104997'

red 16 ◦ green 73 ◦ blue 151

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

Shades of Cobalt #104997

Tints of Cobalt #104997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 62.92%

R = 6.67%
G = 30.42%
B = 62.92%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#104997 (or 0x104997) is known color: Cobalt. HEX triplet: 10, 49 and 97. RGB value is (16,73,151). Sum of RGB (Red+Green+Blue) = 16+73+151=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #104997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104997 is #EFB668. Grayscale: #404040. Windows color (decimal): -15709801 or 9914640. OLE color: 9914640.

HSL color Cylindrical-coordinate representation of color #104997: hue angle of 214.67º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104997 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 73 151 -
CMYK 0.89 0.52 0 0.41
HSL 214.67º 0.81% 0.33% -
HSV(B) 214.67º 0.89% 0.59% -
XYZ 8.18 7.11 30.22 -
YUV 64.85 176.62 93.16 -
System Red Green Blue C M Y K H S L
Decimal 16 73 151 0.89 0.52 0 0.41 214.67 0.81 0.33
Hex 10 49 97 59 34 0 29 D7 51 21
Octal 20 111 227 131 64 0 51 327 121 41
Binary 10000 1001001 10010111 1011001 110100 0 101001 11010111 1010001 100001

Color Harmonies of #104997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104997

Black with #104997

Text Example


Text Example

White with #104997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104997; }

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

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

background-color css

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

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

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

border-color css

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

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

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