#13454C

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

Shades of Cyprus #13454C

Tints of Cyprus #13454C

Color information

#13454C (or 0x13454C) is unknown color: approx Cyprus. HEX triplet: 13, 45 and 4C. RGB value is (19,69,76). Sum of RGB (Red+Green+Blue) = 19+69+76=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #13454C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13454C is #ECBAB3. Grayscale: #363636. Windows color (decimal): -15514292 or 4998419. OLE color: 4998419.

HSL color Cylindrical-coordinate representation of color #13454C: hue angle of 187.37º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13454C is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB196976-
CMYK0.750.0900.70
HSL187.37º60%18.63%-
HSV(B)187.37º75%29.8%-
XYZ3.74.927.59-
YUV54.85139.94102.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 69 (27.34% from 255) = 42.07%
BLUE value IS 76 (30.08% from 255) = 46.34%
R=11.59%
G=42.07%
B=46.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1969760.750.0900.70187.376018.63
Hex13454C4B9046bb3c13
Octal231051141131101062737423
Binary100111000101100110010010111001010001101011101111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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