#15648A

Color #15648A Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #15648A

Tints of Allports #15648A

Color information

#15648A (or 0x15648A) is unknown color: approx Allports. HEX triplet: 15, 64 and 8A. RGB value is (21,100,138). Sum of RGB (Red+Green+Blue) = 21+100+138=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #15648A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15648A is #EA9B75. Grayscale: #505050. Windows color (decimal): -15375222 or 9069589. OLE color: 9069589.

HSL color Cylindrical-coordinate representation of color #15648A: hue angle of 199.49º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15648A is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB21100138-
CMYK0.850.2800.46
HSL199.49º73.58%31.18%-
HSV(B)199.49º84.78%54.12%-
XYZ9.4511.1125.69-
YUV80.71160.3385.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.11%
GREEN value IS 100 (39.45% from 255) = 38.61%
BLUE value IS 138 (54.30% from 255) = 53.28%
R=8.11%
G=38.61%
B=53.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal211001380.850.2800.46199.4973.5831.18
Hex15648A551C02Ec74a1f
Octal251442121253405630711237
Binary10101110010010001010101010111100010111011000111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15648A; }

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

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

<style>
 a { background-color: #15648A; }

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

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

<style>
 span { border-color: #15648A; }

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

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