Html Css Color HEX #135253 Cyprus

📋 copy color: '#135253'

red 19 ◦ green 82 ◦ blue 83

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

Shades of Cyprus #135253

Tints of Cyprus #135253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.11%

R = 10.33%
G = 44.57%
B = 45.11%

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

#135253 (or 0x135253) is known color: Cyprus. HEX triplet: 13, 52 and 53. RGB value is (19,82,83). Sum of RGB (Red+Green+Blue) = 19+82+83=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #135253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135253 is #ECADAC. Grayscale: #3F3F3F. Windows color (decimal): -15510957 or 5460499. OLE color: 5460499.

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

Color convert

RGB 19 82 83 -
CMYK 0.77 0.01 0 0.67
HSL 180.94º 0.63% 0.2% -
HSV(B) 180.94º 0.77% 0.33% -
XYZ 4.85 6.8 9.24 -
YUV 63.28 139.13 96.42 -
System Red Green Blue C M Y K H S L
Decimal 19 82 83 0.77 0.01 0 0.67 180.94 0.63 0.2
Hex 13 52 53 4D 1 0 43 B5 3F 14
Octal 23 122 123 115 1 0 103 265 77 24
Binary 10011 1010010 1010011 1001101 1 0 1000011 10110101 111111 10100

Color Harmonies of #135253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135253

Black with #135253

Text Example


Text Example

White with #135253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135253; }

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

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

background-color css

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

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

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

border-color css

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

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

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