#10619D

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

Shades of Endeavour #10619D

Tints of Endeavour #10619D

Color information

#10619D (or 0x10619D) is unknown color: approx Endeavour. HEX triplet: 10, 61 and 9D. RGB value is (16,97,157). Sum of RGB (Red+Green+Blue) = 16+97+157=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #10619D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10619D is #EF9E62. Grayscale: #4F4F4F. Windows color (decimal): -15703651 or 10314000. OLE color: 10314000.

HSL color Cylindrical-coordinate representation of color #10619D: hue angle of 205.53º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10619D is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1697157-
CMYK0.900.3800.38
HSL205.53º81.5%33.92%-
HSV(B)205.53º89.81%61.57%-
XYZ10.5711.0933.48-
YUV79.62171.6682.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.93%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 157 (61.72% from 255) = 58.15%
R=5.93%
G=35.93%
B=58.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16971570.900.3800.38205.5381.533.92
Hex10619D5A26026ce5222
Octal201412351324604631612242
Binary1000011000011001110110110101001100100110110011101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10619D; }

 p { color: rgb(16,97,157); }

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

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

 a { background-color: rgb(16,97,157); }

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

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

 span { border-color: rgb(16,97,157); }

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