#10263E

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

Shades of Tangaroa #10263E

Tints of Tangaroa #10263E

Color information

#10263E (or 0x10263E) is unknown color: approx Tangaroa. HEX triplet: 10, 26 and 3E. RGB value is (16,38,62). Sum of RGB (Red+Green+Blue) = 16+38+62=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 62 (24.61% from 255 or 53.45% from 116); Max value from RGB is 62 - color contains mainly: blue. Hex color #10263E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10263E is #EFD9C1. Grayscale: #222222. Windows color (decimal): -15718850 or 4072976. OLE color: 4072976.

HSL color Cylindrical-coordinate representation of color #10263E: hue angle of 211.3º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10263E is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB163862-
CMYK0.740.3900.76
HSL211.3º58.97%15.29%-
HSV(B)211.3º74.19%24.31%-
XYZ1.781.844.82-
YUV34.16143.71115.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 38 (15.23% from 255) = 32.76%
BLUE value IS 62 (24.61% from 255) = 53.45%
R=13.79%
G=32.76%
B=53.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1638620.740.3900.76211.358.9715.29
Hex10263E4A2704Cd33bf
Octal2046761124701143237317
Binary10000100110111110100101010011101001100110100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10263E; }

 p { color: rgb(16,38,62); }

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

<style>
 a { background-color: #10263E; }

 a { background-color: rgb(16,38,62); }

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

<style>
 span { border-color: #10263E; }

 span { border-color: rgb(16,38,62); }

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