Html Css Color HEX #135E75 Allports

📋 copy color: '#135E75'

red 19 ◦ green 94 ◦ blue 117

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

Shades of Allports #135E75

Tints of Allports #135E75

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.87%

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

R = 8.26%
G = 40.87%
B = 50.87%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#135E75 (or 0x135E75) is known color: Allports. HEX triplet: 13, 5E and 75. RGB value is (19,94,117). Sum of RGB (Red+Green+Blue) = 19+94+117=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #135E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E75 is #ECA18A. Grayscale: #4A4A4A. Windows color (decimal): -15507851 or 7691795. OLE color: 7691795.

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

Color convert

RGB 19 94 117 -
CMYK 0.84 0.20 0 0.54
HSL 194.08º 0.72% 0.27% -
HSV(B) 194.08º 0.84% 0.46% -
XYZ 7.48 9.43 18.26 -
YUV 74.2 152.15 88.63 -
System Red Green Blue C M Y K H S L
Decimal 19 94 117 0.84 0.20 0 0.54 194.08 0.72 0.27
Hex 13 5E 75 54 14 0 36 C2 48 1B
Octal 23 136 165 124 24 0 66 302 110 33
Binary 10011 1011110 1110101 1010100 10100 0 110110 11000010 1001000 11011

Color Harmonies of #135E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135E75

Black with #135E75

Text Example


Text Example

White with #135E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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