#002046

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

Shades of Tangaroa #002046

Tints of Tangaroa #002046

Color information

#002046 (or 0x002046) is unknown color: approx Tangaroa. HEX triplet: 00, 20 and 46. RGB value is (0,32,70). Sum of RGB (Red+Green+Blue) = 0+32+70=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 70 (27.73% from 255 or 68.63% from 102); Max value from RGB is 70 - color contains mainly: blue. Hex color #002046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002046 is #FFDFB9. Grayscale: #1A1A1A. Windows color (decimal): -16768954 or 4595712. OLE color: 4595712.

HSL color Cylindrical-coordinate representation of color #002046: hue angle of 212.57º 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 #002046 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB03270-
CMYK10.5400.73
HSL212.57º100%13.73%-
HSV(B)212.57º100%27.45%-
XYZ1.621.485.99-
YUV26.76152.4108.91-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 31.37%
BLUE value IS 70 (27.73% from 255) = 68.63%
R=0%
G=31.37%
B=68.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0327010.5400.73212.5710013.73
Hex020466436049d564e
Octal04010614466011132514416
Binary010000010001101100100110110010010011101010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002046; }

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

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

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

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

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

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

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

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