#002245

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

Shades of Tangaroa #002245

Tints of Tangaroa #002245

Color information

#002245 (or 0x002245) is unknown color: approx Tangaroa. HEX triplet: 00, 22 and 45. RGB value is (0,34,69). Sum of RGB (Red+Green+Blue) = 0+34+69=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 69 (27.34% from 255 or 66.99% from 103); Max value from RGB is 69 - color contains mainly: blue. Hex color #002245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002245 is #FFDDBA. Grayscale: #1B1B1B. Windows color (decimal): -16768443 or 4530688. OLE color: 4530688.

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

Color convert

RGB03469-
CMYK10.5100.73
HSL210.43º100%13.53%-
HSV(B)210.43º100%27.06%-
XYZ1.651.575.85-
YUV27.82151.24108.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 69 (27.34% from 255) = 66.99%
R=0%
G=33.01%
B=66.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0346910.5100.73210.4310013.53
Hex022456433049d264e
Octal04210514463011132214416
Binary010001010001011100100110011010010011101001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002245; }

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

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

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

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

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

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

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

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