#0A413A

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

Shades of Cyprus #0A413A

Tints of Cyprus #0A413A

Color information

#0A413A (or 0x0A413A) is unknown color: approx Cyprus. HEX triplet: 0A, 41 and 3A. RGB value is (10,65,58). Sum of RGB (Red+Green+Blue) = 10+65+58=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #0A413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A413A is #F5BEC5. Grayscale: #2F2F2F. Windows color (decimal): -16105158 or 3817738. OLE color: 3817738.

HSL color Cylindrical-coordinate representation of color #0A413A: hue angle of 172.36º 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 #0A413A is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB106558-
CMYK0.8500.110.75
HSL172.36º73.33%14.71%-
HSV(B)172.36º84.62%25.49%-
XYZ2.784.154.66-
YUV47.76133.78101.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.52%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 58 (23.05% from 255) = 43.61%
R=7.52%
G=48.87%
B=43.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1065580.8500.110.75172.3673.3314.71
HexA413A550B4Bac49f
Octal121017212501311325411117
Binary1010100000111101010101010101110010111010110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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