#136275

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

Shades of Allports #136275

Tints of Allports #136275

Color information

#136275 (or 0x136275) is unknown color: approx Allports. HEX triplet: 13, 62 and 75. RGB value is (19,98,117). Sum of RGB (Red+Green+Blue) = 19+98+117=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #136275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136275 is #EC9D8A. Grayscale: #4C4C4C. Windows color (decimal): -15506827 or 7692819. OLE color: 7692819.

HSL color Cylindrical-coordinate representation of color #136275: hue angle of 191.63º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136275 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1998117-
CMYK0.840.1600.54
HSL191.63º72.06%26.67%-
HSV(B)191.63º83.76%45.88%-
XYZ7.8510.1618.38-
YUV76.54150.8386.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.12%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 117 (46.09% from 255) = 50%
R=8.12%
G=41.88%
B=50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19981170.840.1600.54191.6372.0626.67
Hex1362755410036c0481b
Octal231421651242006630011033
Binary1001111000101110101101010010000011011011000000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136275; }

 p { color: rgb(19,98,117); }

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

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

 a { background-color: rgb(19,98,117); }

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

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

 span { border-color: rgb(19,98,117); }

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