#0D494B

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

Shades of Cyprus #0D494B

Tints of Cyprus #0D494B

Color information

#0D494B (or 0x0D494B) is unknown color: approx Cyprus. HEX triplet: 0D, 49 and 4B. RGB value is (13,73,75). Sum of RGB (Red+Green+Blue) = 13+73+75=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D494B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D494B is #F2B6B4. Grayscale: #373737. Windows color (decimal): -15906485 or 4933901. OLE color: 4933901.

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

Color convert

RGB137375-
CMYK0.830.0300.71
HSL181.94º70.45%17.25%-
HSV(B)181.94º82.67%29.41%-
XYZ3.825.367.49-
YUV55.29139.1297.84-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.07%
GREEN value IS 73 (28.91% from 255) = 45.34%
BLUE value IS 75 (29.69% from 255) = 46.58%
R=8.07%
G=45.34%
B=46.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1373750.830.0300.71181.9470.4517.25
HexD494B533047b64611
Octal151111131233010726610621
Binary1101100100110010111010011110100011110110110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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