#021D41

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

Shades of Tangaroa #021D41

Tints of Tangaroa #021D41

Color information

#021D41 (or 0x021D41) is unknown color: approx Tangaroa. HEX triplet: 02, 1D and 41. RGB value is (2,29,65). Sum of RGB (Red+Green+Blue) = 2+29+65=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 65 (25.78% from 255 or 67.71% from 96); Max value from RGB is 65 - color contains mainly: blue. Hex color #021D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D41 is #FDE2BE. Grayscale: #181818. Windows color (decimal): -16638655 or 4267266. OLE color: 4267266.

HSL color Cylindrical-coordinate representation of color #021D41: hue angle of 214.29º 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 #021D41 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB22965-
CMYK0.970.5500.75
HSL214.29º94.03%13.14%-
HSV(B)214.29º96.92%25.49%-
XYZ1.421.275.17-
YUV25.03150.55111.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 29 (11.72% from 255) = 30.21%
BLUE value IS 65 (25.78% from 255) = 67.71%
R=2.08%
G=30.21%
B=67.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal229650.970.5500.75214.2994.0313.14
Hex21D41613704Bd65ed
Octal23510114167011332613615
Binary101110110000011100001110111010010111101011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,29,65); }

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

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

 a { background-color: rgb(2,29,65); }

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

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

 span { border-color: rgb(2,29,65); }

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