Html Css Color HEX #136E7C Allports

📋 copy color: '#136E7C'

red 19 ◦ green 110 ◦ blue 124

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

Shades of Allports #136E7C

Tints of Allports #136E7C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.48%

 BLUE value IS 124 (48.83% from 255) = 49.01%

R = 7.51%
G = 43.48%
B = 49.01%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#136E7C (or 0x136E7C) is known color: Allports. HEX triplet: 13, 6E and 7C. RGB value is (19,110,124). Sum of RGB (Red+Green+Blue) = 19+110+124=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #136E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E7C is #EC9183. Grayscale: #545454. Windows color (decimal): -15503748 or 8154643. OLE color: 8154643.

HSL color Cylindrical-coordinate representation of color #136E7C: hue angle of 188º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136E7C is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 110 124 -
CMYK 0.85 0.11 0 0.51
HSL 188º 0.73% 0.28% -
HSV(B) 188º 0.85% 0.49% -
XYZ 9.48 12.75 21.03 -
YUV 84.39 150.35 81.36 -
System Red Green Blue C M Y K H S L
Decimal 19 110 124 0.85 0.11 0 0.51 188 0.73 0.28
Hex 13 6E 7C 55 B 0 33 BC 49 1C
Octal 23 156 174 125 13 0 63 274 111 34
Binary 10011 1101110 1111100 1010101 1011 0 110011 10111100 1001001 11100

Color Harmonies of #136E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136E7C

Black with #136E7C

Text Example


Text Example

White with #136E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136E7C; }

 p { color: rgb(19,110,124); }

 H1.HeaderClassName
 {
   color: #136E7C;
 }
 .AnyTagClassName
 {
   color: #136E7C;
 }
</style>

background-color css

<style>
 a { background-color: #136E7C; }

 a { background-color: rgb(19,110,124); }

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

border-color css

<style>
 span { border-color: #136E7C; }

 span { border-color: rgb(19,110,124); }

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