Html Css Color HEX #136996 Allports

📋 copy color: '#136996'

red 19 ◦ green 105 ◦ blue 150

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

Shades of Allports #136996

Tints of Allports #136996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.32%

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

R = 6.93%
G = 38.32%
B = 54.74%

CMYK

 C value IS 0.87

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#136996 (or 0x136996) is known color: Allports. HEX triplet: 13, 69 and 96. RGB value is (19,105,150). Sum of RGB (Red+Green+Blue) = 19+105+150=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #136996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136996 is #EC9669. Grayscale: #545454. Windows color (decimal): -15505002 or 9857299. OLE color: 9857299.

HSL color Cylindrical-coordinate representation of color #136996: hue angle of 200.61º 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 #136996 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 105 150 -
CMYK 0.87 0.30 0 0.41
HSL 200.61º 0.78% 0.33% -
HSV(B) 200.61º 0.87% 0.59% -
XYZ 10.83 12.44 30.69 -
YUV 84.42 165.01 81.34 -
System Red Green Blue C M Y K H S L
Decimal 19 105 150 0.87 0.30 0 0.41 200.61 0.78 0.33
Hex 13 69 96 57 1E 0 29 C9 4E 21
Octal 23 151 226 127 36 0 51 311 116 41
Binary 10011 1101001 10010110 1010111 11110 0 101001 11001001 1001110 100001

Color Harmonies of #136996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136996

Black with #136996

Text Example


Text Example

White with #136996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136996; }

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

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

background-color css

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

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

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

border-color css

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

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

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