#00293F

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

Shades of Tangaroa #00293F

Tints of Tangaroa #00293F

Color information

#00293F (or 0x00293F) is unknown color: approx Tangaroa. HEX triplet: 00, 29 and 3F. RGB value is (0,41,63). Sum of RGB (Red+Green+Blue) = 0+41+63=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 63 (25% from 255 or 60.58% from 104); Max value from RGB is 63 - color contains mainly: blue. Hex color #00293F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00293F is #FFD6C0. Grayscale: #1F1F1F. Windows color (decimal): -16766657 or 4139264. OLE color: 4139264.

HSL color Cylindrical-coordinate representation of color #00293F: hue angle of 200.95º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00293F is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB04163-
CMYK10.3500.75
HSL200.95º100%12.35%-
HSV(B)200.95º100%24.71%-
XYZ1.691.944.99-
YUV31.25145.92105.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 39.42%
BLUE value IS 63 (25% from 255) = 60.58%
R=0%
G=39.42%
B=60.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0416310.3500.75200.9510012.35
Hex0293F642304Bc964c
Octal0517714443011331114414
Binary01010011111111100100100011010010111100100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00293F; }

 p { color: rgb(0,41,63); }

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

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

 a { background-color: rgb(0,41,63); }

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

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

 span { border-color: rgb(0,41,63); }

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