#021A38

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

Shades of Tangaroa #021A38

Tints of Tangaroa #021A38

Color information

#021A38 (or 0x021A38) is unknown color: approx Tangaroa. HEX triplet: 02, 1A and 38. RGB value is (2,26,56). Sum of RGB (Red+Green+Blue) = 2+26+56=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 56 (22.27% from 255 or 66.67% from 84); Max value from RGB is 56 - color contains mainly: blue. Hex color #021A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A38 is #FDE5C7. Grayscale: #161616. Windows color (decimal): -16639432 or 3676674. OLE color: 3676674.

HSL color Cylindrical-coordinate representation of color #021A38: hue angle of 213.33º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021A38 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB22656-
CMYK0.960.5400.78
HSL213.33º93.1%11.37%-
HSV(B)213.33º96.43%21.96%-
XYZ1.111.043.88-
YUV22.24147.05113.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.38%
GREEN value IS 26 (10.55% from 255) = 30.95%
BLUE value IS 56 (22.27% from 255) = 66.67%
R=2.38%
G=30.95%
B=66.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal226560.960.5400.78213.3393.111.37
Hex21A38603604Ed55db
Octal2327014066011632513513
Binary10110101110001100000110110010011101101010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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