#10273B

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

Shades of Tangaroa #10273B

Tints of Tangaroa #10273B

Color information

#10273B (or 0x10273B) is unknown color: approx Tangaroa. HEX triplet: 10, 27 and 3B. RGB value is (16,39,59). Sum of RGB (Red+Green+Blue) = 16+39+59=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 59 (23.44% from 255 or 51.75% from 114); Max value from RGB is 59 - color contains mainly: blue. Hex color #10273B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10273B is #EFD8C4. Grayscale: #222222. Windows color (decimal): -15718597 or 3876624. OLE color: 3876624.

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

Color convert

RGB163959-
CMYK0.730.3400.77
HSL207.91º57.33%14.71%-
HSV(B)207.91º72.88%23.14%-
XYZ1.731.884.41-
YUV34.4141.88114.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.04%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 59 (23.44% from 255) = 51.75%
R=14.04%
G=34.21%
B=51.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1639590.730.3400.77207.9157.3314.71
Hex10273B492204Dd039f
Octal2047731114201153207117
Binary10000100111111011100100110001001001101110100001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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