#002647

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

Shades of Tangaroa #002647

Tints of Tangaroa #002647

Color information

#002647 (or 0x002647) is unknown color: approx Tangaroa. HEX triplet: 00, 26 and 47. RGB value is (0,38,71). Sum of RGB (Red+Green+Blue) = 0+38+71=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 71 (28.12% from 255 or 65.14% from 109); Max value from RGB is 71 - color contains mainly: blue. Hex color #002647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002647 is #FFD9B8. Grayscale: #1E1E1E. Windows color (decimal): -16767417 or 4662784. OLE color: 4662784.

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

Color convert

RGB03871-
CMYK10.4600.72
HSL207.89º100%13.92%-
HSV(B)207.89º100%27.84%-
XYZ1.831.846.22-
YUV30.4150.91106.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 38 (15.23% from 255) = 34.86%
BLUE value IS 71 (28.12% from 255) = 65.14%
R=0%
G=34.86%
B=65.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0387110.4600.72207.8910013.92
Hex02647642E048d064e
Octal04610714456011032014416
Binary010011010001111100100101110010010001101000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002647; }

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

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

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

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

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

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

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

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