#0A2940

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

Shades of Tangaroa #0A2940

Tints of Tangaroa #0A2940

Color information

#0A2940 (or 0x0A2940) is unknown color: approx Tangaroa. HEX triplet: 0A, 29 and 40. RGB value is (10,41,64). Sum of RGB (Red+Green+Blue) = 10+41+64=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A2940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2940 is #F5D6BF. Grayscale: #222222. Windows color (decimal): -16111296 or 4204810. OLE color: 4204810.

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

Color convert

RGB104164-
CMYK0.840.3600.75
HSL205.56º72.97%14.51%-
HSV(B)205.56º84.38%25.1%-
XYZ1.842.025.14-
YUV34.35144.73110.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.70%
GREEN value IS 41 (16.41% from 255) = 35.65%
BLUE value IS 64 (25.39% from 255) = 55.65%
R=8.70%
G=35.65%
B=55.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1041640.840.3600.75205.5672.9714.51
HexA2940542404Bce49f
Octal125110012444011331611117
Binary101010100110000001010100100100010010111100111010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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