#15607E

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

Shades of Allports #15607E

Tints of Allports #15607E

Color information

#15607E (or 0x15607E) is unknown color: approx Allports. HEX triplet: 15, 60 and 7E. RGB value is (21,96,126). Sum of RGB (Red+Green+Blue) = 21+96+126=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #15607E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15607E is #EA9F81. Grayscale: #4C4C4C. Windows color (decimal): -15376258 or 8282133. OLE color: 8282133.

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

Color convert

RGB2196126-
CMYK0.830.2400.51
HSL197.14º71.43%28.82%-
HSV(B)197.14º83.33%49.41%-
XYZ8.2610.0321.24-
YUV77155.6588.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.64%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 126 (49.61% from 255) = 51.85%
R=8.64%
G=39.51%
B=51.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21961260.830.2400.51197.1471.4328.82
Hex15607E5318033c5471d
Octal251401761233006330510735
Binary1010111000001111110101001111000011001111000101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15607E; }

 p { color: rgb(21,96,126); }

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

<style>
 a { background-color: #15607E; }

 a { background-color: rgb(21,96,126); }

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

<style>
 span { border-color: #15607E; }

 span { border-color: rgb(21,96,126); }

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