#0A453F

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

Shades of Cyprus #0A453F

Tints of Cyprus #0A453F

Color information

#0A453F (or 0x0A453F) is unknown color: approx Cyprus. HEX triplet: 0A, 45 and 3F. RGB value is (10,69,63). Sum of RGB (Red+Green+Blue) = 10+69+63=142 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.04% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #0A453F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A453F is #F5BAC0. Grayscale: #323232. Windows color (decimal): -16104129 or 4146442. OLE color: 4146442.

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

Color convert

RGB106963-
CMYK0.8600.090.73
HSL173.9º74.68%15.49%-
HSV(B)173.9º85.51%27.06%-
XYZ3.154.685.44-
YUV50.68134.9598.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.04%
GREEN value IS 69 (27.34% from 255) = 48.59%
BLUE value IS 63 (25% from 255) = 44.37%
R=7.04%
G=48.59%
B=44.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1069630.8600.090.73173.974.6815.49
HexA453F560949ae4bf
Octal121057712601111125611317
Binary1010100010111111110101100100110010011010111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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