#002247

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

Shades of Tangaroa #002247

Tints of Tangaroa #002247

Color information

#002247 (or 0x002247) is unknown color: approx Tangaroa. HEX triplet: 00, 22 and 47. RGB value is (0,34,71). Sum of RGB (Red+Green+Blue) = 0+34+71=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #002247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002247 is #FFDDB8. Grayscale: #1B1B1B. Windows color (decimal): -16768441 or 4661760. OLE color: 4661760.

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

Color convert

RGB03471-
CMYK10.5200.72
HSL211.27º100%13.92%-
HSV(B)211.27º100%27.84%-
XYZ1.711.66.18-
YUV28.05152.24107.99-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0347110.5200.72211.2710013.92
Hex022476434048d364e
Octal04210714464011032314416
Binary010001010001111100100110100010010001101001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002247; }

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

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

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

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

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

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

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

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