#002045

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

Shades of Tangaroa #002045

Tints of Tangaroa #002045

Color information

#002045 (or 0x002045) is unknown color: approx Tangaroa. HEX triplet: 00, 20 and 45. RGB value is (0,32,69). Sum of RGB (Red+Green+Blue) = 0+32+69=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 69 (27.34% from 255 or 68.32% from 101); Max value from RGB is 69 - color contains mainly: blue. Hex color #002045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002045 is #FFDFBA. Grayscale: #1A1A1A. Windows color (decimal): -16768955 or 4530176. OLE color: 4530176.

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

Color convert

RGB03269-
CMYK10.5400.73
HSL212.17º100%13.53%-
HSV(B)212.17º100%27.06%-
XYZ1.591.465.83-
YUV26.65151.9108.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 69 (27.34% from 255) = 68.32%
R=0%
G=31.68%
B=68.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0326910.5400.73212.1710013.53
Hex020456436049d464e
Octal04010514466011132414416
Binary010000010001011100100110110010010011101010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002045; }

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

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

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

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

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

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

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

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