#002445

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

Shades of Tangaroa #002445

Tints of Tangaroa #002445

Color information

#002445 (or 0x002445) is unknown color: approx Tangaroa. HEX triplet: 00, 24 and 45. RGB value is (0,36,69). Sum of RGB (Red+Green+Blue) = 0+36+69=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 69 (27.34% from 255 or 65.71% from 105); Max value from RGB is 69 - color contains mainly: blue. Hex color #002445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002445 is #FFDBBA. Grayscale: #1C1C1C. Windows color (decimal): -16767931 or 4531200. OLE color: 4531200.

HSL color Cylindrical-coordinate representation of color #002445: hue angle of 208.7º 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 #002445 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB03669-
CMYK10.4800.73
HSL208.7º100%13.53%-
HSV(B)208.7º100%27.06%-
XYZ1.711.695.87-
YUV29150.57107.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 69 (27.34% from 255) = 65.71%
R=0%
G=34.29%
B=65.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0366910.4800.73208.710013.53
Hex024456430049d164e
Octal04410514460011132114416
Binary010010010001011100100110000010010011101000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002445; }

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

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

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

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

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

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

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

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