#136288

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

Shades of Allports #136288

Tints of Allports #136288

Color information

#136288 (or 0x136288) is unknown color: approx Allports. HEX triplet: 13, 62 and 88. RGB value is (19,98,136). Sum of RGB (Red+Green+Blue) = 19+98+136=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #136288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136288 is #EC9D77. Grayscale: #4E4E4E. Windows color (decimal): -15506808 or 8938003. OLE color: 8938003.

HSL color Cylindrical-coordinate representation of color #136288: hue angle of 199.49º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136288 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1998136-
CMYK0.860.2800.47
HSL199.49º75.48%30.39%-
HSV(B)199.49º86.03%53.33%-
XYZ9.0810.6524.87-
YUV78.71160.3385.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.51%
GREEN value IS 98 (38.67% from 255) = 38.74%
BLUE value IS 136 (53.52% from 255) = 53.75%
R=7.51%
G=38.74%
B=53.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19981360.860.2800.47199.4975.4830.39
Hex136288561C02Fc74b1e
Octal231422101263405730711336
Binary10011110001010001000101011011100010111111000111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136288; }

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

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

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

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

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

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

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

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