#0D443E

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

Shades of Cyprus #0D443E

Tints of Cyprus #0D443E

Color information

#0D443E (or 0x0D443E) is unknown color: approx Cyprus. HEX triplet: 0D, 44 and 3E. RGB value is (13,68,62). Sum of RGB (Red+Green+Blue) = 13+68+62=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #0D443E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D443E is #F2BBC1. Grayscale: #323232. Windows color (decimal): -15907778 or 4080653. OLE color: 4080653.

HSL color Cylindrical-coordinate representation of color #0D443E: hue angle of 173.45º 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 #0D443E is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB136862-
CMYK0.8100.090.73
HSL173.45º67.9%15.88%-
HSV(B)173.45º80.88%26.67%-
XYZ3.14.575.28-
YUV50.87134.28100.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.09%
GREEN value IS 68 (26.95% from 255) = 47.55%
BLUE value IS 62 (24.61% from 255) = 43.36%
R=9.09%
G=47.55%
B=43.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1368620.8100.090.73173.4567.915.88
HexD443E510949ad4410
Octal151047612101111125510420
Binary11011000100111110101000101001100100110101101100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,68,62); }

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

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

 a { background-color: rgb(13,68,62); }

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

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

 span { border-color: rgb(13,68,62); }

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