#0A2A40

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

Shades of Tangaroa #0A2A40

Tints of Tangaroa #0A2A40

Color information

#0A2A40 (or 0x0A2A40) is unknown color: approx Tangaroa. HEX triplet: 0A, 2A and 40. RGB value is (10,42,64). Sum of RGB (Red+Green+Blue) = 10+42+64=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A2A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2A40 is #F5D5BF. Grayscale: #222222. Windows color (decimal): -16111040 or 4205066. OLE color: 4205066.

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

Color convert

RGB104264-
CMYK0.840.3400.75
HSL204.44º72.97%14.51%-
HSV(B)204.44º84.38%25.1%-
XYZ1.882.095.16-
YUV34.94144.4110.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.62%
GREEN value IS 42 (16.80% from 255) = 36.21%
BLUE value IS 64 (25.39% from 255) = 55.17%
R=8.62%
G=36.21%
B=55.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1042640.840.3400.75204.4472.9714.51
HexA2A40542204Bcc49f
Octal125210012442011331411117
Binary101010101010000001010100100010010010111100110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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