#021A3C

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

Shades of Tangaroa #021A3C

Tints of Tangaroa #021A3C

Color information

#021A3C (or 0x021A3C) is unknown color: approx Tangaroa. HEX triplet: 02, 1A and 3C. RGB value is (2,26,60). Sum of RGB (Red+Green+Blue) = 2+26+60=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 60 (23.83% from 255 or 68.18% from 88); Max value from RGB is 60 - color contains mainly: blue. Hex color #021A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A3C is #FDE5C3. Grayscale: #161616. Windows color (decimal): -16639428 or 3938818. OLE color: 3938818.

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

Color convert

RGB22660-
CMYK0.970.5700.76
HSL215.17º93.55%12.16%-
HSV(B)215.17º96.67%23.53%-
XYZ1.211.084.42-
YUV22.7149.05113.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 26 (10.55% from 255) = 29.55%
BLUE value IS 60 (23.83% from 255) = 68.18%
R=2.27%
G=29.55%
B=68.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal226600.970.5700.76215.1793.5512.16
Hex21A3C613904Cd75ec
Octal2327414171011432713614
Binary10110101111001100001111001010011001101011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,26,60); }

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

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

 a { background-color: rgb(2,26,60); }

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

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

 span { border-color: rgb(2,26,60); }

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