#15627C

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

Shades of Allports #15627C

Tints of Allports #15627C

Color information

#15627C (or 0x15627C) is unknown color: approx Allports. HEX triplet: 15, 62 and 7C. RGB value is (21,98,124). Sum of RGB (Red+Green+Blue) = 21+98+124=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #15627C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15627C is #EA9D83. Grayscale: #4D4D4D. Windows color (decimal): -15375748 or 8151573. OLE color: 8151573.

HSL color Cylindrical-coordinate representation of color #15627C: hue angle of 195.15º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15627C is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2198124-
CMYK0.830.2100.51
HSL195.15º71.03%28.43%-
HSV(B)195.15º83.06%48.63%-
XYZ8.3210.3520.63-
YUV77.94153.9987.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.64%
GREEN value IS 98 (38.67% from 255) = 40.33%
BLUE value IS 124 (48.83% from 255) = 51.03%
R=8.64%
G=40.33%
B=51.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21981240.830.2100.51195.1571.0328.43
Hex15627C5315033c3471c
Octal251421741232506330310734
Binary1010111000101111100101001110101011001111000011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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