Html Css Color HEX #136675 Allports

📋 copy color: '#136675'

red 19 ◦ green 102 ◦ blue 117

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

Shades of Allports #136675

Tints of Allports #136675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.86%

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

R = 7.98%
G = 42.86%
B = 49.16%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#136675 (or 0x136675) is known color: Allports. HEX triplet: 13, 66 and 75. RGB value is (19,102,117). Sum of RGB (Red+Green+Blue) = 19+102+117=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #136675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136675 is #EC998A. Grayscale: #4E4E4E. Windows color (decimal): -15505803 or 7693843. OLE color: 7693843.

HSL color Cylindrical-coordinate representation of color #136675: hue angle of 189.18º 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 #136675 is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 102 117 -
CMYK 0.84 0.13 0 0.54
HSL 189.18º 0.72% 0.27% -
HSV(B) 189.18º 0.84% 0.46% -
XYZ 8.23 10.93 18.5 -
YUV 78.89 149.5 85.28 -
System Red Green Blue C M Y K H S L
Decimal 19 102 117 0.84 0.13 0 0.54 189.18 0.72 0.27
Hex 13 66 75 54 D 0 36 BD 48 1B
Octal 23 146 165 124 15 0 66 275 110 33
Binary 10011 1100110 1110101 1010100 1101 0 110110 10111101 1001000 11011

Color Harmonies of #136675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136675

Black with #136675

Text Example


Text Example

White with #136675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136675; }

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

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

background-color css

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

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

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

border-color css

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

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

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