Html Css Color HEX #135F76 Allports

📋 copy color: '#135F76'

red 19 ◦ green 95 ◦ blue 118

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

Shades of Allports #135F76

Tints of Allports #135F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.86%

R = 8.19%
G = 40.95%
B = 50.86%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#135F76 (or 0x135F76) is known color: Allports. HEX triplet: 13, 5F and 76. RGB value is (19,95,118). Sum of RGB (Red+Green+Blue) = 19+95+118=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #135F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135F76 is #ECA089. Grayscale: #4A4A4A. Windows color (decimal): -15507594 or 7757587. OLE color: 7757587.

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

Color convert

RGB 19 95 118 -
CMYK 0.84 0.19 0 0.54
HSL 193.94º 0.72% 0.27% -
HSV(B) 193.94º 0.84% 0.46% -
XYZ 7.63 9.63 18.6 -
YUV 74.9 152.32 88.13 -
System Red Green Blue C M Y K H S L
Decimal 19 95 118 0.84 0.19 0 0.54 193.94 0.72 0.27
Hex 13 5F 76 54 13 0 36 C2 48 1B
Octal 23 137 166 124 23 0 66 302 110 33
Binary 10011 1011111 1110110 1010100 10011 0 110110 11000010 1001000 11011

Color Harmonies of #135F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135F76

Black with #135F76

Text Example


Text Example

White with #135F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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