Html Css Color HEX #135E71 Allports

📋 copy color: '#135E71'

red 19 ◦ green 94 ◦ blue 113

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

Shades of Allports #135E71

Tints of Allports #135E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50%

R = 8.41%
G = 41.59%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#135E71 (or 0x135E71) is known color: Allports. HEX triplet: 13, 5E and 71. RGB value is (19,94,113). Sum of RGB (Red+Green+Blue) = 19+94+113=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #135E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E71 is #ECA18E. Grayscale: #494949. Windows color (decimal): -15507855 or 7429651. OLE color: 7429651.

HSL color Cylindrical-coordinate representation of color #135E71: hue angle of 192.13º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135E71 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 94 113 -
CMYK 0.83 0.17 0 0.56
HSL 192.13º 0.71% 0.26% -
HSV(B) 192.13º 0.83% 0.44% -
XYZ 7.25 9.34 17.04 -
YUV 73.74 150.15 88.96 -
System Red Green Blue C M Y K H S L
Decimal 19 94 113 0.83 0.17 0 0.56 192.13 0.71 0.26
Hex 13 5E 71 53 11 0 38 C0 47 1A
Octal 23 136 161 123 21 0 70 300 107 32
Binary 10011 1011110 1110001 1010011 10001 0 111000 11000000 1000111 11010

Color Harmonies of #135E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135E71

Black with #135E71

Text Example


Text Example

White with #135E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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