#0D3B3F

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

Shades of Cyprus #0D3B3F

Tints of Cyprus #0D3B3F

Color information

#0D3B3F (or 0x0D3B3F) is unknown color: approx Cyprus. HEX triplet: 0D, 3B and 3F. RGB value is (13,59,63). Sum of RGB (Red+Green+Blue) = 13+59+63=135 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.63% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #0D3B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3B3F is #F2C4C0. Grayscale: #2D2D2D. Windows color (decimal): -15910081 or 4143885. OLE color: 4143885.

HSL color Cylindrical-coordinate representation of color #0D3B3F: hue angle of 184.8º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D3B3F is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB135963-
CMYK0.790.0600.75
HSL184.8º65.79%14.9%-
HSV(B)184.8º79.37%24.71%-
XYZ2.633.575.25-
YUV45.7137.76104.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.63%
GREEN value IS 59 (23.44% from 255) = 43.70%
BLUE value IS 63 (25% from 255) = 46.67%
R=9.63%
G=43.70%
B=46.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1359630.790.0600.75184.865.7914.9
HexD3B3F4F604Bb942f
Octal1573771176011327110217
Binary11011110111111111001111110010010111011100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,59,63); }

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

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

 a { background-color: rgb(13,59,63); }

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

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

 span { border-color: rgb(13,59,63); }

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