#10243C

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

Shades of Tangaroa #10243C

Tints of Tangaroa #10243C

Color information

#10243C (or 0x10243C) is unknown color: approx Tangaroa. HEX triplet: 10, 24 and 3C. RGB value is (16,36,60). Sum of RGB (Red+Green+Blue) = 16+36+60=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 60 (23.83% from 255 or 53.57% from 112); Max value from RGB is 60 - color contains mainly: blue. Hex color #10243C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10243C is #EFDBC3. Grayscale: #202020. Windows color (decimal): -15719364 or 3941392. OLE color: 3941392.

HSL color Cylindrical-coordinate representation of color #10243C: hue angle of 212.73º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #10243C is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB163660-
CMYK0.730.4000.76
HSL212.73º57.89%14.9%-
HSV(B)212.73º73.33%23.53%-
XYZ1.661.74.52-
YUV32.76143.37116.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.29%
GREEN value IS 36 (14.45% from 255) = 32.14%
BLUE value IS 60 (23.83% from 255) = 53.57%
R=14.29%
G=32.14%
B=53.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1636600.730.4000.76212.7357.8914.9
Hex10243C492804Cd53af
Octal2044741115001143257217
Binary10000100100111100100100110100001001100110101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10243C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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