#002141

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

Shades of Tangaroa #002141

Tints of Tangaroa #002141

Color information

#002141 (or 0x002141) is unknown color: approx Tangaroa. HEX triplet: 00, 21 and 41. RGB value is (0,33,65). Sum of RGB (Red+Green+Blue) = 0+33+65=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 65 (25.78% from 255 or 66.33% from 98); Max value from RGB is 65 - color contains mainly: blue. Hex color #002141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002141 is #FFDEBE. Grayscale: #1A1A1A. Windows color (decimal): -16768703 or 4268288. OLE color: 4268288.

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

Color convert

RGB03365-
CMYK10.4900.75
HSL209.54º100%12.75%-
HSV(B)209.54º100%25.49%-
XYZ1.51.475.21-
YUV26.78149.57108.9-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 33.67%
BLUE value IS 65 (25.78% from 255) = 66.33%
R=0%
G=33.67%
B=66.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0336510.4900.75209.5410012.75
Hex02141643104Bd264d
Octal04110114461011332214415
Binary010000110000011100100110001010010111101001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002141; }

 p { color: rgb(0,33,65); }

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

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

 a { background-color: rgb(0,33,65); }

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

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

 span { border-color: rgb(0,33,65); }

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