#0A2247

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

Shades of Tangaroa #0A2247

Tints of Tangaroa #0A2247

Color information

#0A2247 (or 0x0A2247) is unknown color: approx Tangaroa. HEX triplet: 0A, 22 and 47. RGB value is (10,34,71). Sum of RGB (Red+Green+Blue) = 10+34+71=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A2247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2247 is #F5DDB8. Grayscale: #1E1E1E. Windows color (decimal): -16113081 or 4661770. OLE color: 4661770.

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

Color convert

RGB103471-
CMYK0.860.5200.72
HSL216.39º75.31%15.88%-
HSV(B)216.39º85.92%27.84%-
XYZ1.831.666.19-
YUV31.04150.55112.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.70%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 71 (28.12% from 255) = 61.74%
R=8.70%
G=29.57%
B=61.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1034710.860.5200.72216.3975.3115.88
HexA22475634048d84b10
Octal124210712664011033011320
Binary1010100010100011110101101101000100100011011000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,34,71); }

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

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

 a { background-color: rgb(10,34,71); }

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

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

 span { border-color: rgb(10,34,71); }

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