#002943

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

Shades of Tangaroa #002943

Tints of Tangaroa #002943

Color information

#002943 (or 0x002943) is unknown color: approx Tangaroa. HEX triplet: 00, 29 and 43. RGB value is (0,41,67). Sum of RGB (Red+Green+Blue) = 0+41+67=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 67 (26.56% from 255 or 62.04% from 108); Max value from RGB is 67 - color contains mainly: blue. Hex color #002943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002943 is #FFD6BC. Grayscale: #1F1F1F. Windows color (decimal): -16766653 or 4401408. OLE color: 4401408.

HSL color Cylindrical-coordinate representation of color #002943: hue angle of 203.28º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002943 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB04167-
CMYK10.3900.74
HSL203.28º100%13.14%-
HSV(B)203.28º100%26.27%-
XYZ1.811.995.6-
YUV31.7147.92105.39-

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) = 37.96%
BLUE value IS 67 (26.56% from 255) = 62.04%
R=0%
G=37.96%
B=62.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal0416710.3900.74203.2810013.14
Hex02943642704Acb64d
Octal05110314447011231314415
Binary010100110000111100100100111010010101100101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002943; }

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

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

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

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

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

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

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

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