Html Css Color HEX #136997 Allports

📋 copy color: '#136997'

red 19 ◦ green 105 ◦ blue 151

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

Shades of Allports #136997

Tints of Allports #136997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 54.91%

R = 6.91%
G = 38.18%
B = 54.91%

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

#136997 (or 0x136997) is known color: Allports. HEX triplet: 13, 69 and 97. RGB value is (19,105,151). Sum of RGB (Red+Green+Blue) = 19+105+151=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #136997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136997 is #EC9668. Grayscale: #545454. Windows color (decimal): -15505001 or 9922835. OLE color: 9922835.

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

Color convert

RGB 19 105 151 -
CMYK 0.87 0.30 0 0.41
HSL 200.91º 0.78% 0.33% -
HSV(B) 200.91º 0.87% 0.59% -
XYZ 10.91 12.48 31.11 -
YUV 84.53 165.51 81.26 -
System Red Green Blue C M Y K H S L
Decimal 19 105 151 0.87 0.30 0 0.41 200.91 0.78 0.33
Hex 13 69 97 57 1E 0 29 C9 4E 21
Octal 23 151 227 127 36 0 51 311 116 41
Binary 10011 1101001 10010111 1010111 11110 0 101001 11001001 1001110 100001

Color Harmonies of #136997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136997

Black with #136997

Text Example


Text Example

White with #136997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136997; }

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

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

background-color css

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

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

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

border-color css

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

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

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