#0D4045

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

Shades of Cyprus #0D4045

Tints of Cyprus #0D4045

Color information

#0D4045 (or 0x0D4045) is unknown color: approx Cyprus. HEX triplet: 0D, 40 and 45. RGB value is (13,64,69). Sum of RGB (Red+Green+Blue) = 13+64+69=146 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.90% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 69 - color contains mainly: blue. Hex color #0D4045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4045 is #F2BFBA. Grayscale: #313131. Windows color (decimal): -15908795 or 4538381. OLE color: 4538381.

HSL color Cylindrical-coordinate representation of color #0D4045: hue angle of 185.36º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4045 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB136469-
CMYK0.810.0700.73
HSL185.36º68.29%16.08%-
HSV(B)185.36º81.16%27.06%-
XYZ3.074.186.28-
YUV49.32139.1102.09-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.90%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 69 (27.34% from 255) = 47.26%
R=8.90%
G=43.84%
B=47.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1364690.810.0700.73185.3668.2916.08
HexD4045517049b94410
Octal151001051217011127110420
Binary11011000000100010110100011110100100110111001100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,64,69); }

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

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

 a { background-color: rgb(13,64,69); }

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

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

 span { border-color: rgb(13,64,69); }

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