#021C41

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

Shades of Tangaroa #021C41

Tints of Tangaroa #021C41

Color information

#021C41 (or 0x021C41) is unknown color: approx Tangaroa. HEX triplet: 02, 1C and 41. RGB value is (2,28,65). Sum of RGB (Red+Green+Blue) = 2+28+65=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 65 (25.78% from 255 or 68.42% from 95); Max value from RGB is 65 - color contains mainly: blue. Hex color #021C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C41 is #FDE3BE. Grayscale: #181818. Windows color (decimal): -16638911 or 4267010. OLE color: 4267010.

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

Color convert

RGB22865-
CMYK0.970.5700.75
HSL215.24º94.03%13.14%-
HSV(B)215.24º96.92%25.49%-
XYZ1.391.235.16-
YUV24.44150.89111.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.11%
GREEN value IS 28 (11.33% from 255) = 29.47%
BLUE value IS 65 (25.78% from 255) = 68.42%
R=2.11%
G=29.47%
B=68.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal228650.970.5700.75215.2494.0313.14
Hex21C41613904Bd75ed
Octal23410114171011332713615
Binary101110010000011100001111001010010111101011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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