Html Css Color HEX #136075 Allports

📋 copy color: '#136075'

red 19 ◦ green 96 ◦ blue 117

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

Shades of Allports #136075

Tints of Allports #136075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.38%

 BLUE value IS 117 (46.09% from 255) = 50.43%

R = 8.19%
G = 41.38%
B = 50.43%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#136075 (or 0x136075) is known color: Allports. HEX triplet: 13, 60 and 75. RGB value is (19,96,117). Sum of RGB (Red+Green+Blue) = 19+96+117=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #136075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136075 is #EC9F8A. Grayscale: #4B4B4B. Windows color (decimal): -15507339 or 7692307. OLE color: 7692307.

HSL color Cylindrical-coordinate representation of color #136075: hue angle of 192.86º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136075 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 96 117 -
CMYK 0.84 0.18 0 0.54
HSL 192.86º 0.72% 0.27% -
HSV(B) 192.86º 0.84% 0.46% -
XYZ 7.66 9.79 18.32 -
YUV 75.37 151.49 87.79 -
System Red Green Blue C M Y K H S L
Decimal 19 96 117 0.84 0.18 0 0.54 192.86 0.72 0.27
Hex 13 60 75 54 12 0 36 C1 48 1B
Octal 23 140 165 124 22 0 66 301 110 33
Binary 10011 1100000 1110101 1010100 10010 0 110110 11000001 1001000 11011

Color Harmonies of #136075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136075

Black with #136075

Text Example


Text Example

White with #136075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136075; }

 p { color: rgb(19,96,117); }

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

background-color css

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

 a { background-color: rgb(19,96,117); }

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

border-color css

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

 span { border-color: rgb(19,96,117); }

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