#13494B

Color #13494B Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #13494B

Tints of Cyprus #13494B

Color information

#13494B (or 0x13494B) is unknown color: approx Cyprus. HEX triplet: 13, 49 and 4B. RGB value is (19,73,75). Sum of RGB (Red+Green+Blue) = 19+73+75=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #13494B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13494B is #ECB6B4. Grayscale: #393939. Windows color (decimal): -15513269 or 4933907. OLE color: 4933907.

HSL color Cylindrical-coordinate representation of color #13494B: hue angle of 182.14º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13494B is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB197375-
CMYK0.750.0300.71
HSL182.14º59.57%18.43%-
HSV(B)182.14º74.67%29.41%-
XYZ3.925.417.49-
YUV57.08138.11100.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 73 (28.91% from 255) = 43.71%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=11.38%
G=43.71%
B=44.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973750.750.0300.71182.1459.5718.43
Hex13494B4B3047b63c12
Octal23111113113301072667422
Binary1001110010011001011100101111010001111011011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13494B;
 }
 .AnyTagClassName
 {
   color: #13494B;
 }
</style>
background-color css

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

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

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

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

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

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