#10273E

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

Shades of Tangaroa #10273E

Tints of Tangaroa #10273E

Color information

#10273E (or 0x10273E) is unknown color: approx Tangaroa. HEX triplet: 10, 27 and 3E. RGB value is (16,39,62). Sum of RGB (Red+Green+Blue) = 16+39+62=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 62 (24.61% from 255 or 52.99% from 117); Max value from RGB is 62 - color contains mainly: blue. Hex color #10273E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10273E is #EFD8C1. Grayscale: #222222. Windows color (decimal): -15718594 or 4073232. OLE color: 4073232.

HSL color Cylindrical-coordinate representation of color #10273E: hue angle of 210º 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 #10273E is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB163962-
CMYK0.740.3700.76
HSL210º58.97%15.29%-
HSV(B)210º74.19%24.31%-
XYZ1.811.914.83-
YUV34.74143.38114.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.68%
GREEN value IS 39 (15.62% from 255) = 33.33%
BLUE value IS 62 (24.61% from 255) = 52.99%
R=13.68%
G=33.33%
B=52.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1639620.740.3700.7621058.9715.29
Hex10273E4A2504Cd23bf
Octal2047761124501143227317
Binary10000100111111110100101010010101001100110100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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