#15629B

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

Shades of Endeavour #15629B

Tints of Endeavour #15629B

Color information

#15629B (or 0x15629B) is unknown color: approx Endeavour. HEX triplet: 15, 62 and 9B. RGB value is (21,98,155). Sum of RGB (Red+Green+Blue) = 21+98+155=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #15629B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15629B is #EA9D64. Grayscale: #515151. Windows color (decimal): -15375717 or 10183189. OLE color: 10183189.

HSL color Cylindrical-coordinate representation of color #15629B: hue angle of 205.52º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15629B is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2198155-
CMYK0.860.3700.39
HSL205.52º76.14%34.51%-
HSV(B)205.52º86.45%60.78%-
XYZ10.5911.2632.63-
YUV81.47169.4984.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.66%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 155 (60.94% from 255) = 56.57%
R=7.66%
G=35.77%
B=56.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21981550.860.3700.39205.5276.1434.51
Hex15629B5625027ce4c23
Octal251422331264504731611443
Binary1010111000101001101110101101001010100111110011101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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