#105B92

Color #105B92 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #105B92

Tints of Endeavour #105B92

Color information

#105B92 (or 0x105B92) is unknown color: approx Endeavour. HEX triplet: 10, 5B and 92. RGB value is (16,91,146). Sum of RGB (Red+Green+Blue) = 16+91+146=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #105B92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105B92 is #EFA46D. Grayscale: #4A4A4A. Windows color (decimal): -15705198 or 9591568. OLE color: 9591568.

HSL color Cylindrical-coordinate representation of color #105B92: hue angle of 205.38º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #105B92 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1691146-
CMYK0.890.3800.43
HSL205.38º80.25%31.76%-
HSV(B)205.38º89.04%57.25%-
XYZ9.149.6728.58-
YUV74.84168.1586.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.32%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 146 (57.42% from 255) = 57.71%
R=6.32%
G=35.97%
B=57.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal16911460.890.3800.43205.3880.2531.76
Hex105B92592602Bcd5020
Octal201332221314605331512040
Binary1000010110111001001010110011001100101011110011011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105B92; }

 p { color: rgb(16,91,146); }

 H1.HeaderClassName
 {
   color: #105B92;
 }
 .AnyTagClassName
 {
   color: #105B92;
 }
</style>
background-color css

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

 a { background-color: rgb(16,91,146); }

 div.DivClassName
 {
   background-color: #105B92;
 }
 .BgClassName
 {
   background-color: #105B92;
 }
</style>
border-color css

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

 span { border-color: rgb(16,91,146); }

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