Html Css Color HEX #106296 Endeavour

📋 copy color: '#106296'

red 16 ◦ green 98 ◦ blue 150

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

Shades of Endeavour #106296

Tints of Endeavour #106296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.12%

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

R = 6.06%
G = 37.12%
B = 56.82%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#106296 (or 0x106296) is known color: Endeavour. HEX triplet: 10, 62 and 96. RGB value is (16,98,150). Sum of RGB (Red+Green+Blue) = 16+98+150=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #106296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106296 is #EF9D69. Grayscale: #4F4F4F. Windows color (decimal): -15703402 or 9855504. OLE color: 9855504.

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

Color convert

RGB 16 98 150 -
CMYK 0.89 0.35 0 0.41
HSL 203.28º 0.81% 0.33% -
HSV(B) 203.28º 0.89% 0.59% -
XYZ 10.09 11.05 30.45 -
YUV 79.41 167.83 82.77 -
System Red Green Blue C M Y K H S L
Decimal 16 98 150 0.89 0.35 0 0.41 203.28 0.81 0.33
Hex 10 62 96 59 23 0 29 CB 51 21
Octal 20 142 226 131 43 0 51 313 121 41
Binary 10000 1100010 10010110 1011001 100011 0 101001 11001011 1010001 100001

Color Harmonies of #106296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106296

Black with #106296

Text Example


Text Example

White with #106296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106296; }

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

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

background-color css

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

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

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

border-color css

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

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

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