#021B40

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

Shades of Tangaroa #021B40

Tints of Tangaroa #021B40

Color information

#021B40 (or 0x021B40) is unknown color: approx Tangaroa. HEX triplet: 02, 1B and 40. RGB value is (2,27,64). Sum of RGB (Red+Green+Blue) = 2+27+64=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 64 (25.39% from 255 or 68.82% from 93); Max value from RGB is 64 - color contains mainly: blue. Hex color #021B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B40 is #FDE4BF. Grayscale: #171717. Windows color (decimal): -16639168 or 4201218. OLE color: 4201218.

HSL color Cylindrical-coordinate representation of color #021B40: hue angle of 215.81º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021B40 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB22764-
CMYK0.970.5800.75
HSL215.81º93.94%12.94%-
HSV(B)215.81º96.88%25.1%-
XYZ1.341.175-
YUV23.74150.72112.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 27 (10.94% from 255) = 29.03%
BLUE value IS 64 (25.39% from 255) = 68.82%
R=2.15%
G=29.03%
B=68.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal227640.970.5800.75215.8193.9412.94
Hex21B40613A04Bd85ed
Octal23310014172011333013615
Binary101101110000001100001111010010010111101100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,27,64); }

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

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

 a { background-color: rgb(2,27,64); }

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

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

 span { border-color: rgb(2,27,64); }

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