#0A413B

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

Shades of Cyprus #0A413B

Tints of Cyprus #0A413B

Color information

#0A413B (or 0x0A413B) is unknown color: approx Cyprus. HEX triplet: 0A, 41 and 3B. RGB value is (10,65,59). Sum of RGB (Red+Green+Blue) = 10+65+59=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #0A413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A413B is #F5BEC4. Grayscale: #2F2F2F. Windows color (decimal): -16105157 or 3883274. OLE color: 3883274.

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

Color convert

RGB106559-
CMYK0.8500.090.75
HSL173.45º73.33%14.71%-
HSV(B)173.45º84.62%25.49%-
XYZ2.84.164.79-
YUV47.87134.28100.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.46%
GREEN value IS 65 (25.78% from 255) = 48.51%
BLUE value IS 59 (23.44% from 255) = 44.03%
R=7.46%
G=48.51%
B=44.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1065590.8500.090.75173.4573.3314.71
HexA413B55094Bad49f
Octal121017312501111325511117
Binary1010100000111101110101010100110010111010110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,65,59); }

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

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

 a { background-color: rgb(10,65,59); }

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

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

 span { border-color: rgb(10,65,59); }

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