Html Css Color HEX #135354 Cyprus

📋 copy color: '#135354'

red 19 ◦ green 83 ◦ blue 84

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

Shades of Cyprus #135354

Tints of Cyprus #135354

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.62%

 BLUE value IS 84 (33.2% from 255) = 45.16%

R = 10.22%
G = 44.62%
B = 45.16%

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#135354 (or 0x135354) is known color: Cyprus. HEX triplet: 13, 53 and 54. RGB value is (19,83,84). Sum of RGB (Red+Green+Blue) = 19+83+84=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #135354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135354 is #ECACAB. Grayscale: #3F3F3F. Windows color (decimal): -15510700 or 5526291. OLE color: 5526291.

HSL color Cylindrical-coordinate representation of color #135354: hue angle of 180.92º 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 #135354 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 83 84 -
CMYK 0.77 0.01 0 0.67
HSL 180.92º 0.63% 0.2% -
HSV(B) 180.92º 0.77% 0.33% -
XYZ 4.96 6.97 9.47 -
YUV 63.98 139.3 95.92 -
System Red Green Blue C M Y K H S L
Decimal 19 83 84 0.77 0.01 0 0.67 180.92 0.63 0.2
Hex 13 53 54 4D 1 0 43 B5 3F 14
Octal 23 123 124 115 1 0 103 265 77 24
Binary 10011 1010011 1010100 1001101 1 0 1000011 10110101 111111 10100

Color Harmonies of #135354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135354

Black with #135354

Text Example


Text Example

White with #135354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135354; }

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

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

background-color css

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

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

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

border-color css

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

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

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