Html Css Color HEX #135E72 Allports

📋 copy color: '#135E72'

red 19 ◦ green 94 ◦ blue 114

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

Shades of Allports #135E72

Tints of Allports #135E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.22%

R = 8.37%
G = 41.41%
B = 50.22%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#135E72 (or 0x135E72) is known color: Allports. HEX triplet: 13, 5E and 72. RGB value is (19,94,114). Sum of RGB (Red+Green+Blue) = 19+94+114=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #135E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E72 is #ECA18D. Grayscale: #494949. Windows color (decimal): -15507854 or 7495187. OLE color: 7495187.

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

Color convert

RGB 19 94 114 -
CMYK 0.83 0.18 0 0.55
HSL 192.63º 0.71% 0.26% -
HSV(B) 192.63º 0.83% 0.45% -
XYZ 7.31 9.36 17.34 -
YUV 73.86 150.65 88.87 -
System Red Green Blue C M Y K H S L
Decimal 19 94 114 0.83 0.18 0 0.55 192.63 0.71 0.26
Hex 13 5E 72 53 12 0 37 C1 47 1A
Octal 23 136 162 123 22 0 67 301 107 32
Binary 10011 1011110 1110010 1010011 10010 0 110111 11000001 1000111 11010

Color Harmonies of #135E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135E72

Black with #135E72

Text Example


Text Example

White with #135E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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