#0D494C

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

Shades of Cyprus #0D494C

Tints of Cyprus #0D494C

Color information

#0D494C (or 0x0D494C) is unknown color: approx Cyprus. HEX triplet: 0D, 49 and 4C. RGB value is (13,73,76). Sum of RGB (Red+Green+Blue) = 13+73+76=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D494C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D494C is #F2B6B3. Grayscale: #373737. Windows color (decimal): -15906484 or 4999437. OLE color: 4999437.

HSL color Cylindrical-coordinate representation of color #0D494C: hue angle of 182.86º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D494C is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB137376-
CMYK0.830.0400.70
HSL182.86º70.79%17.45%-
HSV(B)182.86º82.89%29.8%-
XYZ3.855.377.67-
YUV55.4139.6297.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.02%
GREEN value IS 73 (28.91% from 255) = 45.06%
BLUE value IS 76 (30.08% from 255) = 46.91%
R=8.02%
G=45.06%
B=46.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1373760.830.0400.70182.8670.7917.45
HexD494C534046b74711
Octal151111141234010626710721
Binary11011001001100110010100111000100011010110111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D494C; }

 p { color: rgb(13,73,76); }

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

<style>
 a { background-color: #0D494C; }

 a { background-color: rgb(13,73,76); }

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

<style>
 span { border-color: #0D494C; }

 span { border-color: rgb(13,73,76); }

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