Html Css Color HEX #106193 Endeavour

📋 copy color: '#106193'

red 16 ◦ green 97 ◦ blue 147

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

Shades of Endeavour #106193

Tints of Endeavour #106193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 56.54%

R = 6.15%
G = 37.31%
B = 56.54%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#106193 (or 0x106193) is known color: Endeavour. HEX triplet: 10, 61 and 93. RGB value is (16,97,147). Sum of RGB (Red+Green+Blue) = 16+97+147=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #106193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106193 is #EF9E6C. Grayscale: #4E4E4E. Windows color (decimal): -15703661 or 9658640. OLE color: 9658640.

HSL color Cylindrical-coordinate representation of color #106193: hue angle of 202.9º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106193 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 97 147 -
CMYK 0.89 0.34 0 0.42
HSL 202.9º 0.8% 0.32% -
HSV(B) 202.9º 0.89% 0.58% -
XYZ 9.75 10.77 29.17 -
YUV 78.48 166.66 83.43 -
System Red Green Blue C M Y K H S L
Decimal 16 97 147 0.89 0.34 0 0.42 202.9 0.8 0.32
Hex 10 61 93 59 22 0 2A CB 50 20
Octal 20 141 223 131 42 0 52 313 120 40
Binary 10000 1100001 10010011 1011001 100010 0 101010 11001011 1010000 100000

Color Harmonies of #106193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106193

Black with #106193

Text Example


Text Example

White with #106193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106193; }

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

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

background-color css

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

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

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

border-color css

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

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

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