#021A3D

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

Shades of Tangaroa #021A3D

Tints of Tangaroa #021A3D

Color information

#021A3D (or 0x021A3D) is unknown color: approx Tangaroa. HEX triplet: 02, 1A and 3D. RGB value is (2,26,61). Sum of RGB (Red+Green+Blue) = 2+26+61=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 61 (24.22% from 255 or 68.54% from 89); Max value from RGB is 61 - color contains mainly: blue. Hex color #021A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A3D is #FDE5C2. Grayscale: #161616. Windows color (decimal): -16639427 or 4004354. OLE color: 4004354.

HSL color Cylindrical-coordinate representation of color #021A3D: hue angle of 215.59º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021A3D is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB22661-
CMYK0.970.5700.76
HSL215.59º93.65%12.35%-
HSV(B)215.59º96.72%23.92%-
XYZ1.241.094.56-
YUV22.81149.55113.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.25%
GREEN value IS 26 (10.55% from 255) = 29.21%
BLUE value IS 61 (24.22% from 255) = 68.54%
R=2.25%
G=29.21%
B=68.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal226610.970.5700.76215.5993.6512.35
Hex21A3D613904Cd85ec
Octal2327514171011433013614
Binary10110101111011100001111001010011001101100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021A3D; }

 p { color: rgb(2,26,61); }

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

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

 a { background-color: rgb(2,26,61); }

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

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

 span { border-color: rgb(2,26,61); }

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