Html Css Color HEX #105996 Endeavour

📋 copy color: '#105996'

red 16 ◦ green 89 ◦ blue 150

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

Shades of Endeavour #105996

Tints of Endeavour #105996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.9%

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

R = 6.27%
G = 34.9%
B = 58.82%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#105996 (or 0x105996) is known color: Endeavour. HEX triplet: 10, 59 and 96. RGB value is (16,89,150). Sum of RGB (Red+Green+Blue) = 16+89+150=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #105996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105996 is #EFA669. Grayscale: #494949. Windows color (decimal): -15705706 or 9853200. OLE color: 9853200.

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

Color convert

RGB 16 89 150 -
CMYK 0.89 0.41 0 0.41
HSL 207.31º 0.81% 0.33% -
HSV(B) 207.31º 0.89% 0.59% -
XYZ 9.29 9.46 30.19 -
YUV 74.13 170.82 86.54 -
System Red Green Blue C M Y K H S L
Decimal 16 89 150 0.89 0.41 0 0.41 207.31 0.81 0.33
Hex 10 59 96 59 29 0 29 CF 51 21
Octal 20 131 226 131 51 0 51 317 121 41
Binary 10000 1011001 10010110 1011001 101001 0 101001 11001111 1010001 100001

Color Harmonies of #105996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105996

Black with #105996

Text Example


Text Example

White with #105996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105996; }

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

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

background-color css

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

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

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

border-color css

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

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

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