Html Css Color HEX #135D73 Allports

📋 copy color: '#135D73'

red 19 ◦ green 93 ◦ blue 115

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

Shades of Allports #135D73

Tints of Allports #135D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.97%

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 8.37%
G = 40.97%
B = 50.66%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#135D73 (or 0x135D73) is known color: Allports. HEX triplet: 13, 5D and 73. RGB value is (19,93,115). Sum of RGB (Red+Green+Blue) = 19+93+115=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #135D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D73 is #ECA28C. Grayscale: #494949. Windows color (decimal): -15508109 or 7560467. OLE color: 7560467.

HSL color Cylindrical-coordinate representation of color #135D73: hue angle of 193.75º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135D73 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 93 115 -
CMYK 0.83 0.19 0 0.55
HSL 193.75º 0.72% 0.26% -
HSV(B) 193.75º 0.83% 0.45% -
XYZ 7.28 9.2 17.61 -
YUV 73.38 151.48 89.21 -
System Red Green Blue C M Y K H S L
Decimal 19 93 115 0.83 0.19 0 0.55 193.75 0.72 0.26
Hex 13 5D 73 53 13 0 37 C2 48 1A
Octal 23 135 163 123 23 0 67 302 110 32
Binary 10011 1011101 1110011 1010011 10011 0 110111 11000010 1001000 11010

Color Harmonies of #135D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D73

Black with #135D73

Text Example


Text Example

White with #135D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,93,115); }

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

background-color css

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

 a { background-color: rgb(19,93,115); }

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

border-color css

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

 span { border-color: rgb(19,93,115); }

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