#136272

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

Shades of Allports #136272

Tints of Allports #136272

Color information

#136272 (or 0x136272) is unknown color: approx Allports. HEX triplet: 13, 62 and 72. RGB value is (19,98,114). Sum of RGB (Red+Green+Blue) = 19+98+114=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #136272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136272 is #EC9D8D. Grayscale: #4C4C4C. Windows color (decimal): -15506830 or 7496211. OLE color: 7496211.

HSL color Cylindrical-coordinate representation of color #136272: hue angle of 190.11º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136272 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1998114-
CMYK0.830.1400.55
HSL190.11º71.43%26.08%-
HSV(B)190.11º83.33%44.71%-
XYZ7.6710.0917.46-
YUV76.2149.3387.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=8.23%
G=42.42%
B=49.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19981140.830.1400.55190.1171.4326.08
Hex13627253E037be471a
Octal231421621231606727610732
Binary100111100010111001010100111110011011110111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136272; }

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

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

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

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

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

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

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

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