Html Css Color HEX #135449 Cyprus

📋 copy color: '#135449'

red 19 ◦ green 84 ◦ blue 73

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

Shades of Cyprus #135449

Tints of Cyprus #135449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.73%

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

R = 10.8%
G = 47.73%
B = 41.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#135449 (or 0x135449) is known color: Cyprus. HEX triplet: 13, 54 and 49. RGB value is (19,84,73). Sum of RGB (Red+Green+Blue) = 19+84+73=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #135449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135449 is #ECABB6. Grayscale: #3F3F3F. Windows color (decimal): -15510455 or 4805651. OLE color: 4805651.

HSL color Cylindrical-coordinate representation of color #135449: hue angle of 169.85º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135449 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 84 73 -
CMYK 0.77 0 0.13 0.67
HSL 169.85º 0.63% 0.2% -
HSV(B) 169.85º 0.77% 0.33% -
XYZ 4.64 6.96 7.4 -
YUV 63.31 133.47 96.39 -
System Red Green Blue C M Y K H S L
Decimal 19 84 73 0.77 0 0.13 0.67 169.85 0.63 0.2
Hex 13 54 49 4D 0 D 43 AA 3F 14
Octal 23 124 111 115 0 15 103 252 77 24
Binary 10011 1010100 1001001 1001101 0 1101 1000011 10101010 111111 10100

Color Harmonies of #135449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135449

Black with #135449

Text Example


Text Example

White with #135449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135449; }

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

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

background-color css

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

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

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

border-color css

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

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

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