#10253A

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

Shades of Tangaroa #10253A

Tints of Tangaroa #10253A

Color information

#10253A (or 0x10253A) is unknown color: approx Tangaroa. HEX triplet: 10, 25 and 3A. RGB value is (16,37,58). Sum of RGB (Red+Green+Blue) = 16+37+58=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #10253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10253A is #EFDAC5. Grayscale: #212121. Windows color (decimal): -15719110 or 3810576. OLE color: 3810576.

HSL color Cylindrical-coordinate representation of color #10253A: hue angle of 210º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #10253A is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB163758-
CMYK0.720.3600.77
HSL210º56.76%14.51%-
HSV(B)210º72.41%22.75%-
XYZ1.641.744.25-
YUV33.11142.04115.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.41%
GREEN value IS 37 (14.84% from 255) = 33.33%
BLUE value IS 58 (23.05% from 255) = 52.25%
R=14.41%
G=33.33%
B=52.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1637580.720.3600.7721056.7614.51
Hex10253A482404Dd239f
Octal2045721104401153227117
Binary10000100101111010100100010010001001101110100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10253A; }

 p { color: rgb(16,37,58); }

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

<style>
 a { background-color: #10253A; }

 a { background-color: rgb(16,37,58); }

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

<style>
 span { border-color: #10253A; }

 span { border-color: rgb(16,37,58); }

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