Html Css Color HEX #136289 Allports

📋 copy color: '#136289'

red 19 ◦ green 98 ◦ blue 137

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

Shades of Allports #136289

Tints of Allports #136289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.94%

R = 7.48%
G = 38.58%
B = 53.94%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#136289 (or 0x136289) is known color: Allports. HEX triplet: 13, 62 and 89. RGB value is (19,98,137). Sum of RGB (Red+Green+Blue) = 19+98+137=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #136289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136289 is #EC9D76. Grayscale: #4E4E4E. Windows color (decimal): -15506807 or 9003539. OLE color: 9003539.

HSL color Cylindrical-coordinate representation of color #136289: hue angle of 199.83º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136289 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 98 137 -
CMYK 0.86 0.28 0 0.46
HSL 199.83º 0.76% 0.31% -
HSV(B) 199.83º 0.86% 0.54% -
XYZ 9.15 10.68 25.25 -
YUV 78.83 160.83 85.33 -
System Red Green Blue C M Y K H S L
Decimal 19 98 137 0.86 0.28 0 0.46 199.83 0.76 0.31
Hex 13 62 89 56 1C 0 2E C8 4C 1F
Octal 23 142 211 126 34 0 56 310 114 37
Binary 10011 1100010 10001001 1010110 11100 0 101110 11001000 1001100 11111

Color Harmonies of #136289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136289

Black with #136289

Text Example


Text Example

White with #136289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136289; }

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

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

background-color css

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

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

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

border-color css

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

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

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