#0A474B

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

Shades of Cyprus #0A474B

Tints of Cyprus #0A474B

Color information

#0A474B (or 0x0A474B) is unknown color: approx Cyprus. HEX triplet: 0A, 47 and 4B. RGB value is (10,71,75). Sum of RGB (Red+Green+Blue) = 10+71+75=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A474B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A474B is #F5B8B4. Grayscale: #353535. Windows color (decimal): -16103605 or 4933386. OLE color: 4933386.

HSL color Cylindrical-coordinate representation of color #0A474B: hue angle of 183.69º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A474B is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB107175-
CMYK0.870.0500.71
HSL183.69º76.47%16.67%-
HSV(B)183.69º86.67%29.41%-
XYZ3.655.087.44-
YUV53.22140.2997.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.41%
GREEN value IS 71 (28.12% from 255) = 45.51%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=6.41%
G=45.51%
B=48.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1071750.870.0500.71183.6976.4716.67
HexA474B575047b84c11
Octal121071131275010727011421
Binary10101000111100101110101111010100011110111000100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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