#02193A

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

Shades of Tangaroa #02193A

Tints of Tangaroa #02193A

Color information

#02193A (or 0x02193A) is unknown color: approx Tangaroa. HEX triplet: 02, 19 and 3A. RGB value is (2,25,58). Sum of RGB (Red+Green+Blue) = 2+25+58=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 58 (23.05% from 255 or 68.24% from 85); Max value from RGB is 58 - color contains mainly: blue. Hex color #02193A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02193A is #FDE6C5. Grayscale: #151515. Windows color (decimal): -16639686 or 3807490. OLE color: 3807490.

HSL color Cylindrical-coordinate representation of color #02193A: hue angle of 215.36º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02193A is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB22558-
CMYK0.970.5700.77
HSL215.36º93.33%11.76%-
HSV(B)215.36º96.55%22.75%-
XYZ1.141.014.14-
YUV21.88148.38113.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.35%
GREEN value IS 25 (10.16% from 255) = 29.41%
BLUE value IS 58 (23.05% from 255) = 68.24%
R=2.35%
G=29.41%
B=68.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal225580.970.5700.77215.3693.3311.76
Hex2193A613904Dd75dc
Octal2317214171011532713514
Binary10110011110101100001111001010011011101011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02193A; }

 p { color: rgb(2,25,58); }

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

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

 a { background-color: rgb(2,25,58); }

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

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

 span { border-color: rgb(2,25,58); }

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