#0A2B40

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

Shades of Tangaroa #0A2B40

Tints of Tangaroa #0A2B40

Color information

#0A2B40 (or 0x0A2B40) is unknown color: approx Tangaroa. HEX triplet: 0A, 2B and 40. RGB value is (10,43,64). Sum of RGB (Red+Green+Blue) = 10+43+64=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A2B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2B40 is #F5D4BF. Grayscale: #232323. Windows color (decimal): -16110784 or 4205322. OLE color: 4205322.

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

Color convert

RGB104364-
CMYK0.840.3300.75
HSL203.33º72.97%14.51%-
HSV(B)203.33º84.38%25.1%-
XYZ1.912.165.17-
YUV35.53144.07109.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.55%
GREEN value IS 43 (17.19% from 255) = 36.75%
BLUE value IS 64 (25.39% from 255) = 54.70%
R=8.55%
G=36.75%
B=54.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1043640.840.3300.75203.3372.9714.51
HexA2B40542104Bcb49f
Octal125310012441011331311117
Binary101010101110000001010100100001010010111100101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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