#002747

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

Shades of Tangaroa #002747

Tints of Tangaroa #002747

Color information

#002747 (or 0x002747) is unknown color: approx Tangaroa. HEX triplet: 00, 27 and 47. RGB value is (0,39,71). Sum of RGB (Red+Green+Blue) = 0+39+71=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 71 (28.12% from 255 or 64.55% from 110); Max value from RGB is 71 - color contains mainly: blue. Hex color #002747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002747 is #FFD8B8. Grayscale: #1E1E1E. Windows color (decimal): -16767161 or 4663040. OLE color: 4663040.

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

Color convert

RGB03971-
CMYK10.4500.72
HSL207.04º100%13.92%-
HSV(B)207.04º100%27.84%-
XYZ1.861.916.23-
YUV30.99150.58105.9-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 35.45%
BLUE value IS 71 (28.12% from 255) = 64.55%
R=0%
G=35.45%
B=64.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0397110.4500.72207.0410013.92
Hex02747642D048cf64e
Octal04710714455011031714416
Binary010011110001111100100101101010010001100111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002747; }

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

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

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

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

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

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

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

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