#002447

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

Shades of Tangaroa #002447

Tints of Tangaroa #002447

Color information

#002447 (or 0x002447) is unknown color: approx Tangaroa. HEX triplet: 00, 24 and 47. RGB value is (0,36,71). Sum of RGB (Red+Green+Blue) = 0+36+71=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 71 (28.12% from 255 or 66.36% from 107); Max value from RGB is 71 - color contains mainly: blue. Hex color #002447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002447 is #FFDBB8. Grayscale: #1D1D1D. Windows color (decimal): -16767929 or 4662272. OLE color: 4662272.

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

Color convert

RGB03671-
CMYK10.4900.72
HSL209.58º100%13.92%-
HSV(B)209.58º100%27.84%-
XYZ1.771.726.2-
YUV29.23151.57107.15-

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) = 33.64%
BLUE value IS 71 (28.12% from 255) = 66.36%
R=0%
G=33.64%
B=66.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0367110.4900.72209.5810013.92
Hex024476431048d264e
Octal04410714461011032214416
Binary010010010001111100100110001010010001101001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002447; }

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

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

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

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

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

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

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

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