#021B39

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

Shades of Tangaroa #021B39

Tints of Tangaroa #021B39

Color information

#021B39 (or 0x021B39) is unknown color: approx Tangaroa. HEX triplet: 02, 1B and 39. RGB value is (2,27,57). Sum of RGB (Red+Green+Blue) = 2+27+57=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 57 (22.66% from 255 or 66.28% from 86); Max value from RGB is 57 - color contains mainly: blue. Hex color #021B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B39 is #FDE4C6. Grayscale: #161616. Windows color (decimal): -16639175 or 3742466. OLE color: 3742466.

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

Color convert

RGB22757-
CMYK0.960.5300.78
HSL212.73º93.22%11.57%-
HSV(B)212.73º96.49%22.35%-
XYZ1.161.094.02-
YUV22.94147.22113.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.33%
GREEN value IS 27 (10.94% from 255) = 31.40%
BLUE value IS 57 (22.66% from 255) = 66.28%
R=2.33%
G=31.40%
B=66.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal227570.960.5300.78212.7393.2211.57
Hex21B39603504Ed55dc
Octal2337114065011632513514
Binary10110111110011100000110101010011101101010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,27,57); }

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

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

 a { background-color: rgb(2,27,57); }

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

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

 span { border-color: rgb(2,27,57); }

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