#021F45

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

Shades of Tangaroa #021F45

Tints of Tangaroa #021F45

Color information

#021F45 (or 0x021F45) is unknown color: approx Tangaroa. HEX triplet: 02, 1F and 45. RGB value is (2,31,69). Sum of RGB (Red+Green+Blue) = 2+31+69=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 69 (27.34% from 255 or 67.65% from 102); Max value from RGB is 69 - color contains mainly: blue. Hex color #021F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F45 is #FDE0BA. Grayscale: #1A1A1A. Windows color (decimal): -16638139 or 4529922. OLE color: 4529922.

HSL color Cylindrical-coordinate representation of color #021F45: hue angle of 214.03º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021F45 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB23169-
CMYK0.970.5500.73
HSL214.03º94.37%13.92%-
HSV(B)214.03º97.1%27.06%-
XYZ1.591.425.82-
YUV26.66151.89110.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 31 (12.5% from 255) = 30.39%
BLUE value IS 69 (27.34% from 255) = 67.65%
R=1.96%
G=30.39%
B=67.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal231690.970.5500.73214.0394.3713.92
Hex21F456137049d65ee
Octal23710514167011132613616
Binary101111110001011100001110111010010011101011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,31,69); }

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

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

 a { background-color: rgb(2,31,69); }

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

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

 span { border-color: rgb(2,31,69); }

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