#0A2145

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

Shades of Tangaroa #0A2145

Tints of Tangaroa #0A2145

Color information

#0A2145 (or 0x0A2145) is unknown color: approx Tangaroa. HEX triplet: 0A, 21 and 45. RGB value is (10,33,69). Sum of RGB (Red+Green+Blue) = 10+33+69=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 69 (27.34% from 255 or 61.61% from 112); Max value from RGB is 69 - color contains mainly: blue. Hex color #0A2145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2145 is #F5DEBA. Grayscale: #1E1E1E. Windows color (decimal): -16113339 or 4530442. OLE color: 4530442.

HSL color Cylindrical-coordinate representation of color #0A2145: hue angle of 216.61º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A2145 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB103369-
CMYK0.860.5200.73
HSL216.61º74.68%15.49%-
HSV(B)216.61º85.51%27.06%-
XYZ1.741.585.84-
YUV30.23149.88113.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.93%
GREEN value IS 33 (13.28% from 255) = 29.46%
BLUE value IS 69 (27.34% from 255) = 61.61%
R=8.93%
G=29.46%
B=61.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1033690.860.5200.73216.6174.6815.49
HexA21455634049d94bf
Octal124110512664011133111317
Binary101010000110001011010110110100010010011101100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,33,69); }

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

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

 a { background-color: rgb(10,33,69); }

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

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

 span { border-color: rgb(10,33,69); }

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