#10233D

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

Shades of Tangaroa #10233D

Tints of Tangaroa #10233D

Color information

#10233D (or 0x10233D) is unknown color: approx Tangaroa. HEX triplet: 10, 23 and 3D. RGB value is (16,35,61). Sum of RGB (Red+Green+Blue) = 16+35+61=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #10233D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10233D is #EFDCC2. Grayscale: #202020. Windows color (decimal): -15719619 or 4006672. OLE color: 4006672.

HSL color Cylindrical-coordinate representation of color #10233D: hue angle of 214.67º degrees, saturation: 0.58, 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 #10233D is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB163561-
CMYK0.740.4300.76
HSL214.67º58.44%15.1%-
HSV(B)214.67º73.77%23.92%-
XYZ1.661.654.65-
YUV32.28144.21116.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.29%
GREEN value IS 35 (14.06% from 255) = 31.25%
BLUE value IS 61 (24.22% from 255) = 54.46%
R=14.29%
G=31.25%
B=54.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1635610.740.4300.76214.6758.4415.1
Hex10233D4A2B04Cd73af
Octal2043751125301143277217
Binary10000100011111101100101010101101001100110101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10233D; }

 p { color: rgb(16,35,61); }

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

<style>
 a { background-color: #10233D; }

 a { background-color: rgb(16,35,61); }

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

<style>
 span { border-color: #10233D; }

 span { border-color: rgb(16,35,61); }

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