Html Css Color HEX #135047 Cyprus

📋 copy color: '#135047'

red 19 ◦ green 80 ◦ blue 71

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

Shades of Cyprus #135047

Tints of Cyprus #135047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.06%

 BLUE value IS 71 (28.13% from 255) = 41.76%

R = 11.18%
G = 47.06%
B = 41.76%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#135047 (or 0x135047) is known color: Cyprus. HEX triplet: 13, 50 and 47. RGB value is (19,80,71). Sum of RGB (Red+Green+Blue) = 19+80+71=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #135047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135047 is #ECAFB8. Grayscale: #3C3C3C. Windows color (decimal): -15511481 or 4673555. OLE color: 4673555.

HSL color Cylindrical-coordinate representation of color #135047: hue angle of 171.15º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #135047 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 80 71 -
CMYK 0.76 0 0.11 0.69
HSL 171.15º 0.62% 0.19% -
HSV(B) 171.15º 0.76% 0.31% -
XYZ 4.27 6.33 6.96 -
YUV 60.74 133.79 98.23 -
System Red Green Blue C M Y K H S L
Decimal 19 80 71 0.76 0 0.11 0.69 171.15 0.62 0.19
Hex 13 50 47 4C 0 B 45 AB 3E 13
Octal 23 120 107 114 0 13 105 253 76 23
Binary 10011 1010000 1000111 1001100 0 1011 1000101 10101011 111110 10011

Color Harmonies of #135047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135047

Black with #135047

Text Example


Text Example

White with #135047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135047; }

 p { color: rgb(19,80,71); }

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

background-color css

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

 a { background-color: rgb(19,80,71); }

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

border-color css

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

 span { border-color: rgb(19,80,71); }

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