#15649C

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

Shades of Endeavour #15649C

Tints of Endeavour #15649C

Color information

#15649C (or 0x15649C) is unknown color: approx Endeavour. HEX triplet: 15, 64 and 9C. RGB value is (21,100,156). Sum of RGB (Red+Green+Blue) = 21+100+156=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #15649C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15649C is #EA9B63. Grayscale: #525252. Windows color (decimal): -15375204 or 10249237. OLE color: 10249237.

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

Color convert

RGB21100156-
CMYK0.870.3600.39
HSL204.89º76.27%34.71%-
HSV(B)204.89º86.54%61.18%-
XYZ10.8711.6733.13-
YUV82.76169.3383.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.58%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 156 (61.33% from 255) = 56.32%
R=7.58%
G=36.10%
B=56.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211001560.870.3600.39204.8976.2734.71
Hex15649C5724027cd4c23
Octal251442341274404731511443
Binary1010111001001001110010101111001000100111110011011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15649C; }

 p { color: rgb(21,100,156); }

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

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

 a { background-color: rgb(21,100,156); }

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

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

 span { border-color: rgb(21,100,156); }

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