#0A293D

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

Shades of Tangaroa #0A293D

Tints of Tangaroa #0A293D

Color information

#0A293D (or 0x0A293D) is unknown color: approx Tangaroa. HEX triplet: 0A, 29 and 3D. RGB value is (10,41,61). Sum of RGB (Red+Green+Blue) = 10+41+61=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A293D is #F5D6C2. Grayscale: #212121. Windows color (decimal): -16111299 or 4008202. OLE color: 4008202.

HSL color Cylindrical-coordinate representation of color #0A293D: hue angle of 203.53º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A293D is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB104161-
CMYK0.840.3300.76
HSL203.53º71.83%13.92%-
HSV(B)203.53º83.61%23.92%-
XYZ1.761.994.71-
YUV34.01143.23110.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.93%
GREEN value IS 41 (16.41% from 255) = 36.61%
BLUE value IS 61 (24.22% from 255) = 54.46%
R=8.93%
G=36.61%
B=54.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1041610.840.3300.76203.5371.8313.92
HexA293D542104Ccc48e
Octal12517512441011431411016
Binary10101010011111011010100100001010011001100110010010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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