#15629D

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

Shades of Endeavour #15629D

Tints of Endeavour #15629D

Color information

#15629D (or 0x15629D) is unknown color: approx Endeavour. HEX triplet: 15, 62 and 9D. RGB value is (21,98,157). Sum of RGB (Red+Green+Blue) = 21+98+157=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #15629D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15629D is #EA9D62. Grayscale: #515151. Windows color (decimal): -15375715 or 10314261. OLE color: 10314261.

HSL color Cylindrical-coordinate representation of color #15629D: hue angle of 206.03º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15629D is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2198157-
CMYK0.870.3800.38
HSL206.03º76.4%34.9%-
HSV(B)206.03º86.62%61.57%-
XYZ10.7611.3333.52-
YUV81.7170.4984.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.61%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 157 (61.72% from 255) = 56.88%
R=7.61%
G=35.51%
B=56.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21981570.870.3800.38206.0376.434.9
Hex15629D5726026ce4c23
Octal251422351274604631611443
Binary1010111000101001110110101111001100100110110011101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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