#022138

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

Shades of Tangaroa #022138

Tints of Tangaroa #022138

Color information

#022138 (or 0x022138) is unknown color: approx Tangaroa. HEX triplet: 02, 21 and 38. RGB value is (2,33,56). Sum of RGB (Red+Green+Blue) = 2+33+56=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 56 (22.27% from 255 or 61.54% from 91); Max value from RGB is 56 - color contains mainly: blue. Hex color #022138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022138 is #FDDEC7. Grayscale: #1A1A1A. Windows color (decimal): -16637640 or 3678466. OLE color: 3678466.

HSL color Cylindrical-coordinate representation of color #022138: hue angle of 205.56º 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 #022138 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB23356-
CMYK0.960.4100.78
HSL205.56º93.1%11.37%-
HSV(B)205.56º96.43%21.96%-
XYZ1.281.393.94-
YUV26.35144.73110.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 33 (13.28% from 255) = 36.26%
BLUE value IS 56 (22.27% from 255) = 61.54%
R=2.20%
G=36.26%
B=61.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal233560.960.4100.78205.5693.111.37
Hex22138602904Ece5db
Octal2417014051011631613513
Binary101000011110001100000101001010011101100111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022138; }

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

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

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

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

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

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

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

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