Html Css Color HEX #104797 Cobalt

📋 copy color: '#104797'

red 16 ◦ green 71 ◦ blue 151

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

Shades of Cobalt #104797

Tints of Cobalt #104797

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.83%

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

R = 6.72%
G = 29.83%
B = 63.45%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#104797 (or 0x104797) is known color: Cobalt. HEX triplet: 10, 47 and 97. RGB value is (16,71,151). Sum of RGB (Red+Green+Blue) = 16+71+151=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 151 (59.38% from 255 or 63.45% from 238); Max value from RGB is 151 - color contains mainly: blue. Hex color #104797 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104797 is #EFB868. Grayscale: #3F3F3F. Windows color (decimal): -15710313 or 9914128. OLE color: 9914128.

HSL color Cylindrical-coordinate representation of color #104797: hue angle of 215.56º 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 #104797 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 71 151 -
CMYK 0.89 0.53 0 0.41
HSL 215.56º 0.81% 0.33% -
HSV(B) 215.56º 0.89% 0.59% -
XYZ 8.05 6.85 30.18 -
YUV 63.68 177.28 94 -
System Red Green Blue C M Y K H S L
Decimal 16 71 151 0.89 0.53 0 0.41 215.56 0.81 0.33
Hex 10 47 97 59 35 0 29 D8 51 21
Octal 20 107 227 131 65 0 51 330 121 41
Binary 10000 1000111 10010111 1011001 110101 0 101001 11011000 1010001 100001

Color Harmonies of #104797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104797

Black with #104797

Text Example


Text Example

White with #104797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104797; }

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

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

background-color css

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

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

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

border-color css

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

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

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