Html Css Color HEX #105696 Endeavour

📋 copy color: '#105696'

red 16 ◦ green 86 ◦ blue 150

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

Shades of Endeavour #105696

Tints of Endeavour #105696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.13%

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

R = 6.35%
G = 34.13%
B = 59.52%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#105696 (or 0x105696) is known color: Endeavour. HEX triplet: 10, 56 and 96. RGB value is (16,86,150). Sum of RGB (Red+Green+Blue) = 16+86+150=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #105696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105696 is #EFA969. Grayscale: #484848. Windows color (decimal): -15706474 or 9852432. OLE color: 9852432.

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

Color convert

RGB 16 86 150 -
CMYK 0.89 0.43 0 0.41
HSL 208.66º 0.81% 0.33% -
HSV(B) 208.66º 0.89% 0.59% -
XYZ 9.05 8.97 30.11 -
YUV 72.37 171.81 87.8 -
System Red Green Blue C M Y K H S L
Decimal 16 86 150 0.89 0.43 0 0.41 208.66 0.81 0.33
Hex 10 56 96 59 2B 0 29 D1 51 21
Octal 20 126 226 131 53 0 51 321 121 41
Binary 10000 1010110 10010110 1011001 101011 0 101001 11010001 1010001 100001

Color Harmonies of #105696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105696

Black with #105696

Text Example


Text Example

White with #105696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105696; }

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

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

background-color css

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

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

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

border-color css

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

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

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