Html Css Color HEX #13564B Cyprus

📋 copy color: '#13564B'

red 19 ◦ green 86 ◦ blue 75

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

Shades of Cyprus #13564B

Tints of Cyprus #13564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.67%

R = 10.56%
G = 47.78%
B = 41.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#13564B (or 0x13564B) is known color: Cyprus. HEX triplet: 13, 56 and 4B. RGB value is (19,86,75). Sum of RGB (Red+Green+Blue) = 19+86+75=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 86 - color contains mainly: green. Hex color #13564B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13564B is #ECA9B4. Grayscale: #404040. Windows color (decimal): -15509941 or 4937235. OLE color: 4937235.

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

Color convert

RGB 19 86 75 -
CMYK 0.78 0 0.13 0.66
HSL 170.15º 0.64% 0.21% -
HSV(B) 170.15º 0.78% 0.34% -
XYZ 4.87 7.3 7.81 -
YUV 64.71 133.8 95.39 -
System Red Green Blue C M Y K H S L
Decimal 19 86 75 0.78 0 0.13 0.66 170.15 0.64 0.21
Hex 13 56 4B 4E 0 D 42 AA 40 15
Octal 23 126 113 116 0 15 102 252 100 25
Binary 10011 1010110 1001011 1001110 0 1101 1000010 10101010 1000000 10101

Color Harmonies of #13564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13564B

Black with #13564B

Text Example


Text Example

White with #13564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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