Html Css Color HEX #135256 Cyprus

📋 copy color: '#135256'

red 19 ◦ green 82 ◦ blue 86

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

Shades of Cyprus #135256

Tints of Cyprus #135256

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.85%

 BLUE value IS 86 (33.98% from 255) = 45.99%

R = 10.16%
G = 43.85%
B = 45.99%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#135256 (or 0x135256) is known color: Cyprus. HEX triplet: 13, 52 and 56. RGB value is (19,82,86). Sum of RGB (Red+Green+Blue) = 19+82+86=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #135256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135256 is #ECADA9. Grayscale: #3F3F3F. Windows color (decimal): -15510954 or 5657107. OLE color: 5657107.

HSL color Cylindrical-coordinate representation of color #135256: hue angle of 183.58º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135256 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 82 86 -
CMYK 0.78 0.05 0 0.66
HSL 183.58º 0.64% 0.21% -
HSV(B) 183.58º 0.78% 0.34% -
XYZ 4.97 6.84 9.86 -
YUV 63.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 19 82 86 0.78 0.05 0 0.66 183.58 0.64 0.21
Hex 13 52 56 4E 5 0 42 B8 40 15
Octal 23 122 126 116 5 0 102 270 100 25
Binary 10011 1010010 1010110 1001110 101 0 1000010 10111000 1000000 10101

Color Harmonies of #135256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135256

Black with #135256

Text Example


Text Example

White with #135256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135256; }

 p { color: rgb(19,82,86); }

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

background-color css

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

 a { background-color: rgb(19,82,86); }

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

border-color css

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

 span { border-color: rgb(19,82,86); }

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