#0A3A40

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

Shades of Cyprus #0A3A40

Tints of Cyprus #0A3A40

Color information

#0A3A40 (or 0x0A3A40) is unknown color: approx Cyprus. HEX triplet: 0A, 3A and 40. RGB value is (10,58,64). Sum of RGB (Red+Green+Blue) = 10+58+64=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A3A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3A40 is #F5C5BF. Grayscale: #2C2C2C. Windows color (decimal): -16106944 or 4209162. OLE color: 4209162.

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

Color convert

RGB105864-
CMYK0.840.0900.75
HSL186.67º72.97%14.51%-
HSV(B)186.67º84.38%25.1%-
XYZ2.563.465.38-
YUV44.33139.1103.51-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.58%
GREEN value IS 58 (23.05% from 255) = 43.94%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=7.58%
G=43.94%
B=48.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1058640.840.0900.75186.6772.9714.51
HexA3A4054904Bbb49f
Octal127210012411011327311117
Binary1010111010100000010101001001010010111011101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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