Html Css Color HEX #136287 Allports

📋 copy color: '#136287'

red 19 ◦ green 98 ◦ blue 135

#136287
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #136287

Tints of Allports #136287

RGB

 RED value IS 19 (7.81% from 255) = 7.54%

 GREEN value IS 98 (38.67% from 255) = 38.89%

 BLUE value IS 135 (53.13% from 255) = 53.57%

R = 7.54%
G = 38.89%
B = 53.57%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#136287 (or 0x136287) is known color: Allports. HEX triplet: 13, 62 and 87. RGB value is (19,98,135). Sum of RGB (Red+Green+Blue) = 19+98+135=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #136287 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136287 is #EC9D78. Grayscale: #4E4E4E. Windows color (decimal): -15506809 or 8872467. OLE color: 8872467.

HSL color Cylindrical-coordinate representation of color #136287: hue angle of 199.14º 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 #136287 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 98 135 -
CMYK 0.86 0.27 0 0.47
HSL 199.14º 0.75% 0.3% -
HSV(B) 199.14º 0.86% 0.53% -
XYZ 9.01 10.62 24.5 -
YUV 78.6 159.83 85.49 -
System Red Green Blue C M Y K H S L
Decimal 19 98 135 0.86 0.27 0 0.47 199.14 0.75 0.3
Hex 13 62 87 56 1B 0 2F C7 4B 1E
Octal 23 142 207 126 33 0 57 307 113 36
Binary 10011 1100010 10000111 1010110 11011 0 101111 11000111 1001011 11110

Color Harmonies of #136287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136287

Black with #136287

Text Example


Text Example

White with #136287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136287; }

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

 H1.HeaderClassName
 {
   color: #136287;
 }
 .AnyTagClassName
 {
   color: #136287;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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