Html Css Color HEX #13564C Cyprus

📋 copy color: '#13564C'

red 19 ◦ green 86 ◦ blue 76

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

Shades of Cyprus #13564C

Tints of Cyprus #13564C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 47.51%

 BLUE value IS 76 (30.08% from 255) = 41.99%

R = 10.5%
G = 47.51%
B = 41.99%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#13564C (or 0x13564C) is known color: Cyprus. HEX triplet: 13, 56 and 4C. RGB value is (19,86,76). Sum of RGB (Red+Green+Blue) = 19+86+76=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #13564C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13564C is #ECA9B3. Grayscale: #404040. Windows color (decimal): -15509940 or 5002771. OLE color: 5002771.

HSL color Cylindrical-coordinate representation of color #13564C: hue angle of 171.04º 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 #13564C is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 86 76 -
CMYK 0.78 0 0.12 0.66
HSL 171.04º 0.64% 0.21% -
HSV(B) 171.04º 0.78% 0.34% -
XYZ 4.9 7.32 7.99 -
YUV 64.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 19 86 76 0.78 0 0.12 0.66 171.04 0.64 0.21
Hex 13 56 4C 4E 0 C 42 AB 40 15
Octal 23 126 114 116 0 14 102 253 100 25
Binary 10011 1010110 1001100 1001110 0 1100 1000010 10101011 1000000 10101

Color Harmonies of #13564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13564C

Black with #13564C

Text Example


Text Example

White with #13564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13564C; }

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

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

background-color css

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

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

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

border-color css

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

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

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