Html Css Color HEX #136795 Allports

📋 copy color: '#136795'

red 19 ◦ green 103 ◦ blue 149

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

Shades of Allports #136795

Tints of Allports #136795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.01%

 BLUE value IS 149 (58.59% from 255) = 54.98%

R = 7.01%
G = 38.01%
B = 54.98%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#136795 (or 0x136795) is known color: Allports. HEX triplet: 13, 67 and 95. RGB value is (19,103,149). Sum of RGB (Red+Green+Blue) = 19+103+149=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #136795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136795 is #EC986A. Grayscale: #525252. Windows color (decimal): -15505515 or 9791251. OLE color: 9791251.

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

Color convert

RGB 19 103 149 -
CMYK 0.87 0.31 0 0.42
HSL 201.23º 0.77% 0.33% -
HSV(B) 201.23º 0.87% 0.58% -
XYZ 10.54 12.01 30.2 -
YUV 83.13 165.17 82.26 -
System Red Green Blue C M Y K H S L
Decimal 19 103 149 0.87 0.31 0 0.42 201.23 0.77 0.33
Hex 13 67 95 57 1F 0 2A C9 4D 21
Octal 23 147 225 127 37 0 52 311 115 41
Binary 10011 1100111 10010101 1010111 11111 0 101010 11001001 1001101 100001

Color Harmonies of #136795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136795

Black with #136795

Text Example


Text Example

White with #136795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136795; }

 p { color: rgb(19,103,149); }

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

background-color css

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

 a { background-color: rgb(19,103,149); }

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

border-color css

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

 span { border-color: rgb(19,103,149); }

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