Html Css Color HEX #13484F Cyprus

📋 copy color: '#13484F'

red 19 ◦ green 72 ◦ blue 79

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

Shades of Cyprus #13484F

Tints of Cyprus #13484F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.35%

 BLUE value IS 79 (31.25% from 255) = 46.47%

R = 11.18%
G = 42.35%
B = 46.47%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#13484F (or 0x13484F) is known color: Cyprus. HEX triplet: 13, 48 and 4F. RGB value is (19,72,79). Sum of RGB (Red+Green+Blue) = 19+72+79=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 79 - color contains mainly: blue. Hex color #13484F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13484F is #ECB7B0. Grayscale: #383838. Windows color (decimal): -15513521 or 5195795. OLE color: 5195795.

HSL color Cylindrical-coordinate representation of color #13484F: hue angle of 187º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13484F is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 72 79 -
CMYK 0.76 0.09 0 0.69
HSL 187º 0.61% 0.19% -
HSV(B) 187º 0.76% 0.31% -
XYZ 4 5.34 8.22 -
YUV 56.95 140.44 100.93 -
System Red Green Blue C M Y K H S L
Decimal 19 72 79 0.76 0.09 0 0.69 187 0.61 0.19
Hex 13 48 4F 4C 9 0 45 BB 3D 13
Octal 23 110 117 114 11 0 105 273 75 23
Binary 10011 1001000 1001111 1001100 1001 0 1000101 10111011 111101 10011

Color Harmonies of #13484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13484F

Black with #13484F

Text Example


Text Example

White with #13484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13484F; }

 p { color: rgb(19,72,79); }

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

background-color css

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

 a { background-color: rgb(19,72,79); }

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

border-color css

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

 span { border-color: rgb(19,72,79); }

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