#13454B

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

Shades of Cyprus #13454B

Tints of Cyprus #13454B

Color information

#13454B (or 0x13454B) is unknown color: approx Cyprus. HEX triplet: 13, 45 and 4B. RGB value is (19,69,75). Sum of RGB (Red+Green+Blue) = 19+69+75=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #13454B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13454B is #ECBAB4. Grayscale: #363636. Windows color (decimal): -15514293 or 4932883. OLE color: 4932883.

HSL color Cylindrical-coordinate representation of color #13454B: hue angle of 186.43º 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 #13454B is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB196975-
CMYK0.750.0800.71
HSL186.43º59.57%18.43%-
HSV(B)186.43º74.67%29.41%-
XYZ3.674.97.41-
YUV54.73139.44102.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 69 (27.34% from 255) = 42.33%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=11.66%
G=42.33%
B=46.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1969750.750.0800.71186.4359.5718.43
Hex13454B4B8047ba3c12
Octal231051131131001072727422
Binary100111000101100101110010111000010001111011101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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