#0A4047

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

Shades of Cyprus #0A4047

Tints of Cyprus #0A4047

Color information

#0A4047 (or 0x0A4047) is unknown color: approx Cyprus. HEX triplet: 0A, 40 and 47. RGB value is (10,64,71). Sum of RGB (Red+Green+Blue) = 10+64+71=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A4047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4047 is #F5BFB8. Grayscale: #303030. Windows color (decimal): -16105401 or 4669450. OLE color: 4669450.

HSL color Cylindrical-coordinate representation of color #0A4047: hue angle of 186.89º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4047 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB106471-
CMYK0.860.1000.72
HSL186.89º75.31%15.88%-
HSV(B)186.89º85.92%27.84%-
XYZ3.14.196.61-
YUV48.65140.61100.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.90%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 71 (28.12% from 255) = 48.97%
R=6.90%
G=44.14%
B=48.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1064710.860.1000.72186.8975.3115.88
HexA404756A048bb4b10
Octal1210010712612011027311320
Binary101010000001000111101011010100100100010111011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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