Html Css Color HEX #136896 Allports

📋 copy color: '#136896'

red 19 ◦ green 104 ◦ blue 150

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

Shades of Allports #136896

Tints of Allports #136896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.1%

 BLUE value IS 150 (58.98% from 255) = 54.95%

R = 6.96%
G = 38.1%
B = 54.95%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#136896 (or 0x136896) is known color: Allports. HEX triplet: 13, 68 and 96. RGB value is (19,104,150). Sum of RGB (Red+Green+Blue) = 19+104+150=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #136896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136896 is #EC9769. Grayscale: #535353. Windows color (decimal): -15505258 or 9857043. OLE color: 9857043.

HSL color Cylindrical-coordinate representation of color #136896: hue angle of 201.07º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136896 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 104 150 -
CMYK 0.87 0.31 0 0.41
HSL 201.07º 0.78% 0.33% -
HSV(B) 201.07º 0.87% 0.59% -
XYZ 10.72 12.24 30.65 -
YUV 83.83 165.34 81.76 -
System Red Green Blue C M Y K H S L
Decimal 19 104 150 0.87 0.31 0 0.41 201.07 0.78 0.33
Hex 13 68 96 57 1F 0 29 C9 4E 21
Octal 23 150 226 127 37 0 51 311 116 41
Binary 10011 1101000 10010110 1010111 11111 0 101001 11001001 1001110 100001

Color Harmonies of #136896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136896

Black with #136896

Text Example


Text Example

White with #136896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136896; }

 p { color: rgb(19,104,150); }

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

background-color css

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

 a { background-color: rgb(19,104,150); }

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

border-color css

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

 span { border-color: rgb(19,104,150); }

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