#15627A

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

Shades of Allports #15627A

Tints of Allports #15627A

Color information

#15627A (or 0x15627A) is unknown color: approx Allports. HEX triplet: 15, 62 and 7A. RGB value is (21,98,122). Sum of RGB (Red+Green+Blue) = 21+98+122=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #15627A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15627A is #EA9D85. Grayscale: #4D4D4D. Windows color (decimal): -15375750 or 8020501. OLE color: 8020501.

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

Color convert

RGB2198122-
CMYK0.830.2000.52
HSL194.26º70.63%28.04%-
HSV(B)194.26º82.79%47.84%-
XYZ8.1910.319.97-
YUV77.71152.9987.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 98 (38.67% from 255) = 40.66%
BLUE value IS 122 (48.05% from 255) = 50.62%
R=8.71%
G=40.66%
B=50.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21981220.830.2000.52194.2670.6328.04
Hex15627A5314034c2471c
Octal251421721232406430210734
Binary1010111000101111010101001110100011010011000010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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