#02293B

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

Shades of Tangaroa #02293B

Tints of Tangaroa #02293B

Color information

#02293B (or 0x02293B) is unknown color: approx Tangaroa. HEX triplet: 02, 29 and 3B. RGB value is (2,41,59). Sum of RGB (Red+Green+Blue) = 2+41+59=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 41 (16.41% from 255 or 40.20% from 102); Blue value is 59 (23.44% from 255 or 57.84% from 102); Max value from RGB is 59 - color contains mainly: blue. Hex color #02293B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02293B is #FDD6C4. Grayscale: #1F1F1F. Windows color (decimal): -16635589 or 3877122. OLE color: 3877122.

HSL color Cylindrical-coordinate representation of color #02293B: hue angle of 198.95º 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 #02293B is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB24159-
CMYK0.970.3100.77
HSL198.95º93.44%11.96%-
HSV(B)198.95º96.61%23.14%-
XYZ1.611.914.42-
YUV31.39143.58107.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 41 (16.41% from 255) = 40.20%
BLUE value IS 59 (23.44% from 255) = 57.84%
R=1.96%
G=40.20%
B=57.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal241590.970.3100.77198.9593.4411.96
Hex2293B611F04Dc75dc
Octal2517314137011530713514
Binary10101001111011110000111111010011011100011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02293B; }

 p { color: rgb(2,41,59); }

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

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

 a { background-color: rgb(2,41,59); }

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

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

 span { border-color: rgb(2,41,59); }

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