#0A3940

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

Shades of Cyprus #0A3940

Tints of Cyprus #0A3940

Color information

#0A3940 (or 0x0A3940) is unknown color: approx Cyprus. HEX triplet: 0A, 39 and 40. RGB value is (10,57,64). Sum of RGB (Red+Green+Blue) = 10+57+64=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A3940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3940 is #F5C6BF. Grayscale: #2B2B2B. Windows color (decimal): -16107200 or 4208906. OLE color: 4208906.

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

Color convert

RGB105764-
CMYK0.840.1100.75
HSL187.78º72.97%14.51%-
HSV(B)187.78º84.38%25.1%-
XYZ2.513.365.37-
YUV43.74139.43103.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.63%
GREEN value IS 57 (22.66% from 255) = 43.51%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=7.63%
G=43.51%
B=48.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1057640.840.1100.75187.7872.9714.51
HexA394054B04Bbc49f
Octal127110012413011327411117
Binary1010111001100000010101001011010010111011110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,57,64); }

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

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

 a { background-color: rgb(10,57,64); }

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

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

 span { border-color: rgb(10,57,64); }

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