#002146

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

Shades of Tangaroa #002146

Tints of Tangaroa #002146

Color information

#002146 (or 0x002146) is unknown color: approx Tangaroa. HEX triplet: 00, 21 and 46. RGB value is (0,33,70). Sum of RGB (Red+Green+Blue) = 0+33+70=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 70 (27.73% from 255 or 67.96% from 103); Max value from RGB is 70 - color contains mainly: blue. Hex color #002146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002146 is #FFDEB9. Grayscale: #1B1B1B. Windows color (decimal): -16768698 or 4595968. OLE color: 4595968.

HSL color Cylindrical-coordinate representation of color #002146: hue angle of 211.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002146 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB03370-
CMYK10.5300.73
HSL211.71º100%13.73%-
HSV(B)211.71º100%27.45%-
XYZ1.651.536-
YUV27.35152.07108.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 32.04%
BLUE value IS 70 (27.73% from 255) = 67.96%
R=0%
G=32.04%
B=67.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0337010.5300.73211.7110013.73
Hex021466435049d464e
Octal04110614465011132414416
Binary010000110001101100100110101010010011101010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002146; }

 p { color: rgb(0,33,70); }

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

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

 a { background-color: rgb(0,33,70); }

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

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

 span { border-color: rgb(0,33,70); }

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