Html Css Color HEX #135453 Cyprus

📋 copy color: '#135453'

red 19 ◦ green 84 ◦ blue 83

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

Shades of Cyprus #135453

Tints of Cyprus #135453

RGB

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

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

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

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

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

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

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

Color convert

RGB 19 84 83 -
CMYK 0.77 0 0.01 0.67
HSL 179.08º 0.63% 0.2% -
HSV(B) 179.08º 0.77% 0.33% -
XYZ 5 7.1 9.29 -
YUV 64.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 19 84 83 0.77 0 0.01 0.67 179.08 0.63 0.2
Hex 13 54 53 4D 0 1 43 B3 3F 14
Octal 23 124 123 115 0 1 103 263 77 24
Binary 10011 1010100 1010011 1001101 0 1 1000011 10110011 111111 10100

Color Harmonies of #135453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135453

Black with #135453

Text Example


Text Example

White with #135453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135453; }

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

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

background-color css

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

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

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

border-color css

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

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

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