#002643

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

Shades of Tangaroa #002643

Tints of Tangaroa #002643

Color information

#002643 (or 0x002643) is unknown color: approx Tangaroa. HEX triplet: 00, 26 and 43. RGB value is (0,38,67). Sum of RGB (Red+Green+Blue) = 0+38+67=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 67 (26.56% from 255 or 63.81% from 105); Max value from RGB is 67 - color contains mainly: blue. Hex color #002643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002643 is #FFD9BC. Grayscale: #1D1D1D. Windows color (decimal): -16767421 or 4400640. OLE color: 4400640.

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

Color convert

RGB03867-
CMYK10.4300.74
HSL205.97º100%13.14%-
HSV(B)205.97º100%26.27%-
XYZ1.711.795.57-
YUV29.94148.91106.64-

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) = 36.19%
BLUE value IS 67 (26.56% from 255) = 63.81%
R=0%
G=36.19%
B=63.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal0386710.4300.74205.9710013.14
Hex02643642B04Ace64d
Octal04610314453011231614415
Binary010011010000111100100101011010010101100111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002643; }

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

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

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

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

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

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

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

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