#0A2345

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

Shades of Tangaroa #0A2345

Tints of Tangaroa #0A2345

Color information

#0A2345 (or 0x0A2345) is unknown color: approx Tangaroa. HEX triplet: 0A, 23 and 45. RGB value is (10,35,69). Sum of RGB (Red+Green+Blue) = 10+35+69=114 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.77% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 69 (27.34% from 255 or 60.53% from 114); Max value from RGB is 69 - color contains mainly: blue. Hex color #0A2345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2345 is #F5DCBA. Grayscale: #1F1F1F. Windows color (decimal): -16112827 or 4530954. OLE color: 4530954.

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

Color convert

RGB103569-
CMYK0.860.4900.73
HSL214.58º74.68%15.49%-
HSV(B)214.58º85.51%27.06%-
XYZ1.81.75.86-
YUV31.4149.22112.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.77%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 69 (27.34% from 255) = 60.53%
R=8.77%
G=30.70%
B=60.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1035690.860.4900.73214.5874.6815.49
HexA23455631049d74bf
Octal124310512661011132711317
Binary101010001110001011010110110001010010011101011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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