Html Css Color HEX #106596 Endeavour

📋 copy color: '#106596'

red 16 ◦ green 101 ◦ blue 150

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

Shades of Endeavour #106596

Tints of Endeavour #106596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.83%

 BLUE value IS 150 (58.98% from 255) = 56.18%

R = 5.99%
G = 37.83%
B = 56.18%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#106596 (or 0x106596) is known color: Endeavour. HEX triplet: 10, 65 and 96. RGB value is (16,101,150). Sum of RGB (Red+Green+Blue) = 16+101+150=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #106596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106596 is #EF9A69. Grayscale: #505050. Windows color (decimal): -15702634 or 9856272. OLE color: 9856272.

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

Color convert

RGB 16 101 150 -
CMYK 0.89 0.33 0 0.41
HSL 201.94º 0.81% 0.33% -
HSV(B) 201.94º 0.89% 0.59% -
XYZ 10.37 11.62 30.55 -
YUV 81.17 166.84 81.52 -
System Red Green Blue C M Y K H S L
Decimal 16 101 150 0.89 0.33 0 0.41 201.94 0.81 0.33
Hex 10 65 96 59 21 0 29 CA 51 21
Octal 20 145 226 131 41 0 51 312 121 41
Binary 10000 1100101 10010110 1011001 100001 0 101001 11001010 1010001 100001

Color Harmonies of #106596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106596

Black with #106596

Text Example


Text Example

White with #106596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106596; }

 p { color: rgb(16,101,150); }

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

background-color css

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

 a { background-color: rgb(16,101,150); }

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

border-color css

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

 span { border-color: rgb(16,101,150); }

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