Html Css Color HEX #135049 Cyprus

📋 copy color: '#135049'

red 19 ◦ green 80 ◦ blue 73

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

Shades of Cyprus #135049

Tints of Cyprus #135049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 42.44%

R = 11.05%
G = 46.51%
B = 42.44%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#135049 (or 0x135049) is known color: Cyprus. HEX triplet: 13, 50 and 49. RGB value is (19,80,73). Sum of RGB (Red+Green+Blue) = 19+80+73=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #135049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135049 is #ECAFB6. Grayscale: #3C3C3C. Windows color (decimal): -15511479 or 4804627. OLE color: 4804627.

HSL color Cylindrical-coordinate representation of color #135049: hue angle of 173.11º 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 #135049 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 80 73 -
CMYK 0.76 0 0.09 0.69
HSL 173.11º 0.62% 0.19% -
HSV(B) 173.11º 0.76% 0.31% -
XYZ 4.34 6.36 7.3 -
YUV 60.96 134.79 98.07 -
System Red Green Blue C M Y K H S L
Decimal 19 80 73 0.76 0 0.09 0.69 173.11 0.62 0.19
Hex 13 50 49 4C 0 9 45 AD 3E 13
Octal 23 120 111 114 0 11 105 255 76 23
Binary 10011 1010000 1001001 1001100 0 1001 1000101 10101101 111110 10011

Color Harmonies of #135049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135049

Black with #135049

Text Example


Text Example

White with #135049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135049; }

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

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

background-color css

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

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

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

border-color css

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

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

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