#10629B

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

Shades of Endeavour #10629B

Tints of Endeavour #10629B

Color information

#10629B (or 0x10629B) is unknown color: approx Endeavour. HEX triplet: 10, 62 and 9B. RGB value is (16,98,155). Sum of RGB (Red+Green+Blue) = 16+98+155=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #10629B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10629B is #EF9D64. Grayscale: #4F4F4F. Windows color (decimal): -15703397 or 10183184. OLE color: 10183184.

HSL color Cylindrical-coordinate representation of color #10629B: hue angle of 204.6º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10629B is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1698155-
CMYK0.900.3700.39
HSL204.6º81.29%33.53%-
HSV(B)204.6º89.68%60.78%-
XYZ10.511.2132.62-
YUV79.98170.3382.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.95%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 155 (60.94% from 255) = 57.62%
R=5.95%
G=36.43%
B=57.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal16981550.900.3700.39204.681.2933.53
Hex10629B5A25027cd5122
Octal201422331324504731512142
Binary1000011000101001101110110101001010100111110011011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10629B; }

 p { color: rgb(16,98,155); }

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

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

 a { background-color: rgb(16,98,155); }

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

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

 span { border-color: rgb(16,98,155); }

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