Html Css Color HEX #106197 Endeavour

📋 copy color: '#106197'

red 16 ◦ green 97 ◦ blue 151

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

Shades of Endeavour #106197

Tints of Endeavour #106197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.74%

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

R = 6.06%
G = 36.74%
B = 57.2%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#106197 (or 0x106197) is known color: Endeavour. HEX triplet: 10, 61 and 97. RGB value is (16,97,151). Sum of RGB (Red+Green+Blue) = 16+97+151=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #106197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106197 is #EF9E68. Grayscale: #4E4E4E. Windows color (decimal): -15703657 or 9920784. OLE color: 9920784.

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

Color convert

RGB 16 97 151 -
CMYK 0.89 0.36 0 0.41
HSL 204º 0.81% 0.33% -
HSV(B) 204º 0.89% 0.59% -
XYZ 10.07 10.89 30.85 -
YUV 78.94 168.66 83.11 -
System Red Green Blue C M Y K H S L
Decimal 16 97 151 0.89 0.36 0 0.41 204 0.81 0.33
Hex 10 61 97 59 24 0 29 CC 51 21
Octal 20 141 227 131 44 0 51 314 121 41
Binary 10000 1100001 10010111 1011001 100100 0 101001 11001100 1010001 100001

Color Harmonies of #106197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106197

Black with #106197

Text Example


Text Example

White with #106197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106197; }

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

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

background-color css

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

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

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

border-color css

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

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

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