#15627E

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

Shades of Allports #15627E

Tints of Allports #15627E

Color information

#15627E (or 0x15627E) is unknown color: approx Allports. HEX triplet: 15, 62 and 7E. RGB value is (21,98,126). Sum of RGB (Red+Green+Blue) = 21+98+126=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #15627E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15627E is #EA9D81. Grayscale: #4D4D4D. Windows color (decimal): -15375746 or 8282645. OLE color: 8282645.

HSL color Cylindrical-coordinate representation of color #15627E: hue angle of 196º 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 #15627E is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2198126-
CMYK0.830.2200.51
HSL196º71.43%28.82%-
HSV(B)196º83.33%49.41%-
XYZ8.4410.421.3-
YUV78.17154.9987.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.57%
GREEN value IS 98 (38.67% from 255) = 40%
BLUE value IS 126 (49.61% from 255) = 51.43%
R=8.57%
G=40%
B=51.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21981260.830.2200.5119671.4328.82
Hex15627E5316033c4471d
Octal251421761232606330410735
Binary1010111000101111110101001110110011001111000100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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