#0A413F

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

Shades of Cyprus #0A413F

Tints of Cyprus #0A413F

Color information

#0A413F (or 0x0A413F) is unknown color: approx Cyprus. HEX triplet: 0A, 41 and 3F. RGB value is (10,65,63). Sum of RGB (Red+Green+Blue) = 10+65+63=138 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.25% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #0A413F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A413F is #F5BEC0. Grayscale: #303030. Windows color (decimal): -16105153 or 4145418. OLE color: 4145418.

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

Color convert

RGB106563-
CMYK0.8500.030.75
HSL177.82º73.33%14.71%-
HSV(B)177.82º84.62%25.49%-
XYZ2.914.25.36-
YUV48.33136.28100.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.25%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 63 (25% from 255) = 45.65%
R=7.25%
G=47.10%
B=45.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1065630.8500.030.75177.8273.3314.71
HexA413F55034Bb249f
Octal12101771250311326211117
Binary10101000001111111101010101110010111011001010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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