#021C3F

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

Shades of Tangaroa #021C3F

Tints of Tangaroa #021C3F

Color information

#021C3F (or 0x021C3F) is unknown color: approx Tangaroa. HEX triplet: 02, 1C and 3F. RGB value is (2,28,63). Sum of RGB (Red+Green+Blue) = 2+28+63=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 63 (25% from 255 or 67.74% from 93); Max value from RGB is 63 - color contains mainly: blue. Hex color #021C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C3F is #FDE3C0. Grayscale: #181818. Windows color (decimal): -16638913 or 4135938. OLE color: 4135938.

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

Color convert

RGB22863-
CMYK0.970.5600.75
HSL214.43º93.85%12.75%-
HSV(B)214.43º96.83%24.71%-
XYZ1.341.24.86-
YUV24.22149.89112.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 28 (11.33% from 255) = 30.11%
BLUE value IS 63 (25% from 255) = 67.74%
R=2.15%
G=30.11%
B=67.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal228630.970.5600.75214.4393.8512.75
Hex21C3F613804Bd65ed
Octal2347714170011332613615
Binary10111001111111100001111000010010111101011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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