#02213E

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

Shades of Tangaroa #02213E

Tints of Tangaroa #02213E

Color information

#02213E (or 0x02213E) is unknown color: approx Tangaroa. HEX triplet: 02, 21 and 3E. RGB value is (2,33,62). Sum of RGB (Red+Green+Blue) = 2+33+62=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 62 (24.61% from 255 or 63.92% from 97); Max value from RGB is 62 - color contains mainly: blue. Hex color #02213E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02213E is #FDDEC1. Grayscale: #1A1A1A. Windows color (decimal): -16637634 or 4071682. OLE color: 4071682.

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

Color convert

RGB23362-
CMYK0.970.4700.76
HSL209º93.75%12.55%-
HSV(B)209º96.77%24.31%-
XYZ1.441.454.76-
YUV27.04147.73110.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 62 (24.61% from 255) = 63.92%
R=2.06%
G=34.02%
B=63.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal233620.970.4700.7620993.7512.55
Hex2213E612F04Cd15ed
Octal2417614157011432113615
Binary101000011111101100001101111010011001101000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02213E; }

 p { color: rgb(2,33,62); }

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

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

 a { background-color: rgb(2,33,62); }

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

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

 span { border-color: rgb(2,33,62); }

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