Html Css Color HEX #135F73 Allports

📋 copy color: '#135F73'

red 19 ◦ green 95 ◦ blue 115

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

Shades of Allports #135F73

Tints of Allports #135F73

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.48%

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

R = 8.3%
G = 41.48%
B = 50.22%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#135F73 (or 0x135F73) is known color: Allports. HEX triplet: 13, 5F and 73. RGB value is (19,95,115). Sum of RGB (Red+Green+Blue) = 19+95+115=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #135F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135F73 is #ECA08C. Grayscale: #4A4A4A. Windows color (decimal): -15507597 or 7560979. OLE color: 7560979.

HSL color Cylindrical-coordinate representation of color #135F73: hue angle of 192.5º 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 #135F73 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 95 115 -
CMYK 0.83 0.17 0 0.55
HSL 192.5º 0.72% 0.26% -
HSV(B) 192.5º 0.83% 0.45% -
XYZ 7.46 9.56 17.67 -
YUV 74.56 150.82 88.37 -
System Red Green Blue C M Y K H S L
Decimal 19 95 115 0.83 0.17 0 0.55 192.5 0.72 0.26
Hex 13 5F 73 53 11 0 37 C0 48 1A
Octal 23 137 163 123 21 0 67 300 110 32
Binary 10011 1011111 1110011 1010011 10001 0 110111 11000000 1001000 11010

Color Harmonies of #135F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135F73

Black with #135F73

Text Example


Text Example

White with #135F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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