#002640

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

Shades of Tangaroa #002640

Tints of Tangaroa #002640

Color information

#002640 (or 0x002640) is unknown color: approx Tangaroa. HEX triplet: 00, 26 and 40. RGB value is (0,38,64). Sum of RGB (Red+Green+Blue) = 0+38+64=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 38 (15.23% from 255 or 37.25% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #002640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002640 is #FFD9BF. Grayscale: #1D1D1D. Windows color (decimal): -16767424 or 4204032. OLE color: 4204032.

HSL color Cylindrical-coordinate representation of color #002640: hue angle of 204.38º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002640 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB03864-
CMYK10.4100.75
HSL204.38º100%12.55%-
HSV(B)204.38º100%25.1%-
XYZ1.621.765.1-
YUV29.6147.41106.89-

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) = 37.25%
BLUE value IS 64 (25.39% from 255) = 62.75%
R=0%
G=37.25%
B=62.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0386410.4100.75204.3810012.55
Hex02640642904Bcc64d
Octal04610014451011331414415
Binary010011010000001100100101001010010111100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002640; }

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

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

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

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

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

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

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

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