#10243B

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

Shades of Tangaroa #10243B

Tints of Tangaroa #10243B

Color information

#10243B (or 0x10243B) is unknown color: approx Tangaroa. HEX triplet: 10, 24 and 3B. RGB value is (16,36,59). Sum of RGB (Red+Green+Blue) = 16+36+59=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 59 (23.44% from 255 or 53.15% from 111); Max value from RGB is 59 - color contains mainly: blue. Hex color #10243B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10243B is #EFDBC4. Grayscale: #202020. Windows color (decimal): -15719365 or 3875856. OLE color: 3875856.

HSL color Cylindrical-coordinate representation of color #10243B: hue angle of 212.09º 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 #10243B is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB163659-
CMYK0.730.3900.77
HSL212.09º57.33%14.71%-
HSV(B)212.09º72.88%23.14%-
XYZ1.631.694.38-
YUV32.64142.87116.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.41%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 59 (23.44% from 255) = 53.15%
R=14.41%
G=32.43%
B=53.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1636590.730.3900.77212.0957.3314.71
Hex10243B492704Dd439f
Octal2044731114701153247117
Binary10000100100111011100100110011101001101110101001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10243B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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