#0A2347

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

Shades of Tangaroa #0A2347

Tints of Tangaroa #0A2347

Color information

#0A2347 (or 0x0A2347) is unknown color: approx Tangaroa. HEX triplet: 0A, 23 and 47. RGB value is (10,35,71). Sum of RGB (Red+Green+Blue) = 10+35+71=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 71 (28.12% from 255 or 61.21% from 116); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A2347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2347 is #F5DCB8. Grayscale: #1F1F1F. Windows color (decimal): -16112825 or 4662026. OLE color: 4662026.

HSL color Cylindrical-coordinate representation of color #0A2347: hue angle of 215.41º 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 #0A2347 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB103571-
CMYK0.860.5100.72
HSL215.41º75.31%15.88%-
HSV(B)215.41º85.92%27.84%-
XYZ1.861.726.2-
YUV31.63150.22112.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.62%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 71 (28.12% from 255) = 61.21%
R=8.62%
G=30.17%
B=61.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1035710.860.5100.72215.4175.3115.88
HexA23475633048d74b10
Octal124310712663011032711320
Binary1010100011100011110101101100110100100011010111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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