#0A2038

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

Shades of Tangaroa #0A2038

Tints of Tangaroa #0A2038

Color information

#0A2038 (or 0x0A2038) is unknown color: approx Tangaroa. HEX triplet: 0A, 20 and 38. RGB value is (10,32,56). Sum of RGB (Red+Green+Blue) = 10+32+56=98 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.20% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 56 (22.27% from 255 or 57.14% from 98); Max value from RGB is 56 - color contains mainly: blue. Hex color #0A2038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2038 is #F5DFC7. Grayscale: #1C1C1C. Windows color (decimal): -16113608 or 3678218. OLE color: 3678218.

HSL color Cylindrical-coordinate representation of color #0A2038: hue angle of 211.3º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A2038 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB103256-
CMYK0.820.4300.78
HSL211.3º69.7%12.94%-
HSV(B)211.3º82.14%21.96%-
XYZ1.361.383.94-
YUV28.16143.71115.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.20%
GREEN value IS 32 (12.89% from 255) = 32.65%
BLUE value IS 56 (22.27% from 255) = 57.14%
R=10.20%
G=32.65%
B=57.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1032560.820.4300.78211.369.712.94
HexA2038522B04Ed346d
Octal12407012253011632310615
Binary10101000001110001010010101011010011101101001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,32,56); }

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

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

 a { background-color: rgb(10,32,56); }

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

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

 span { border-color: rgb(10,32,56); }

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