#0D514F

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

Shades of Cyprus #0D514F

Tints of Cyprus #0D514F

Color information

#0D514F (or 0x0D514F) is unknown color: approx Cyprus. HEX triplet: 0D, 51 and 4F. RGB value is (13,81,79). Sum of RGB (Red+Green+Blue) = 13+81+79=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #0D514F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D514F is #F2AEB0. Grayscale: #3C3C3C. Windows color (decimal): -15904433 or 5198093. OLE color: 5198093.

HSL color Cylindrical-coordinate representation of color #0D514F: hue angle of 178.24º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D514F is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB138179-
CMYK0.8400.020.68
HSL178.24º72.34%18.43%-
HSV(B)178.24º83.95%31.76%-
XYZ4.526.538.42-
YUV60.44138.4794.16-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.51%
GREEN value IS 81 (32.03% from 255) = 46.82%
BLUE value IS 79 (31.25% from 255) = 45.66%
R=7.51%
G=46.82%
B=45.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1381790.8400.020.68178.2472.3418.43
HexD514F540244b24812
Octal151211171240210426211022
Binary1101101000110011111010100010100010010110010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,81,79); }

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

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

 a { background-color: rgb(13,81,79); }

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

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

 span { border-color: rgb(13,81,79); }

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