#002845

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

Shades of Tangaroa #002845

Tints of Tangaroa #002845

Color information

#002845 (or 0x002845) is unknown color: approx Tangaroa. HEX triplet: 00, 28 and 45. RGB value is (0,40,69). Sum of RGB (Red+Green+Blue) = 0+40+69=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 69 (27.34% from 255 or 63.30% from 109); Max value from RGB is 69 - color contains mainly: blue. Hex color #002845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002845 is #FFD7BA. Grayscale: #1F1F1F. Windows color (decimal): -16766907 or 4532224. OLE color: 4532224.

HSL color Cylindrical-coordinate representation of color #002845: hue angle of 205.22º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002845 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB04069-
CMYK10.4200.73
HSL205.22º100%13.53%-
HSV(B)205.22º100%27.06%-
XYZ1.831.955.91-
YUV31.35149.25105.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 69 (27.34% from 255) = 63.30%
R=0%
G=36.70%
B=63.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0406910.4200.73205.2210013.53
Hex02845642A049cd64e
Octal05010514452011131514416
Binary010100010001011100100101010010010011100110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002845; }

 p { color: rgb(0,40,69); }

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

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

 a { background-color: rgb(0,40,69); }

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

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

 span { border-color: rgb(0,40,69); }

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