#105394

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

Shades of Endeavour #105394

Tints of Endeavour #105394

Color information

#105394 (or 0x105394) is unknown color: approx Endeavour. HEX triplet: 10, 53 and 94. RGB value is (16,83,148). Sum of RGB (Red+Green+Blue) = 16+83+148=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #105394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105394 is #EFAC6B. Grayscale: #464646. Windows color (decimal): -15707244 or 9720592. OLE color: 9720592.

HSL color Cylindrical-coordinate representation of color #105394: hue angle of 209.55º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #105394 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1683148-
CMYK0.890.4400.42
HSL209.55º80.49%32.16%-
HSV(B)209.55º89.19%58.04%-
XYZ8.658.4329.19-
YUV70.38171.889.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.48%
GREEN value IS 83 (32.81% from 255) = 33.60%
BLUE value IS 148 (58.20% from 255) = 59.92%
R=6.48%
G=33.60%
B=59.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16831480.890.4400.42209.5580.4932.16
Hex105394592C02Ad25020
Octal201232241315405232212040
Binary1000010100111001010010110011011000101010110100101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105394; }

 p { color: rgb(16,83,148); }

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

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

 a { background-color: rgb(16,83,148); }

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

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

 span { border-color: rgb(16,83,148); }

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