Html Css Color HEX #106396 Endeavour

📋 copy color: '#106396'

red 16 ◦ green 99 ◦ blue 150

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

Shades of Endeavour #106396

Tints of Endeavour #106396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.36%

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

R = 6.04%
G = 37.36%
B = 56.6%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#106396 (or 0x106396) is known color: Endeavour. HEX triplet: 10, 63 and 96. RGB value is (16,99,150). Sum of RGB (Red+Green+Blue) = 16+99+150=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #106396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106396 is #EF9C69. Grayscale: #4F4F4F. Windows color (decimal): -15703146 or 9855760. OLE color: 9855760.

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

Color convert

RGB 16 99 150 -
CMYK 0.89 0.34 0 0.41
HSL 202.84º 0.81% 0.33% -
HSV(B) 202.84º 0.89% 0.59% -
XYZ 10.18 11.24 30.49 -
YUV 80 167.5 82.35 -
System Red Green Blue C M Y K H S L
Decimal 16 99 150 0.89 0.34 0 0.41 202.84 0.81 0.33
Hex 10 63 96 59 22 0 29 CB 51 21
Octal 20 143 226 131 42 0 51 313 121 41
Binary 10000 1100011 10010110 1011001 100010 0 101001 11001011 1010001 100001

Color Harmonies of #106396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106396

Black with #106396

Text Example


Text Example

White with #106396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106396; }

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

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

background-color css

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

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

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

border-color css

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

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

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