Html Css Color HEX #106096 Endeavour

📋 copy color: '#106096'

red 16 ◦ green 96 ◦ blue 150

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

Shades of Endeavour #106096

Tints of Endeavour #106096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.64%

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

R = 6.11%
G = 36.64%
B = 57.25%

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

#106096 (or 0x106096) is known color: Endeavour. HEX triplet: 10, 60 and 96. RGB value is (16,96,150). Sum of RGB (Red+Green+Blue) = 16+96+150=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #106096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106096 is #EF9F69. Grayscale: #4D4D4D. Windows color (decimal): -15703914 or 9854992. OLE color: 9854992.

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

Color convert

RGB 16 96 150 -
CMYK 0.89 0.36 0 0.41
HSL 204.18º 0.81% 0.33% -
HSV(B) 204.18º 0.89% 0.59% -
XYZ 9.9 10.68 30.39 -
YUV 78.24 168.5 83.61 -
System Red Green Blue C M Y K H S L
Decimal 16 96 150 0.89 0.36 0 0.41 204.18 0.81 0.33
Hex 10 60 96 59 24 0 29 CC 51 21
Octal 20 140 226 131 44 0 51 314 121 41
Binary 10000 1100000 10010110 1011001 100100 0 101001 11001100 1010001 100001

Color Harmonies of #106096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106096

Black with #106096

Text Example


Text Example

White with #106096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106096; }

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

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

background-color css

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

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

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

border-color css

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

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

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