#002239

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

Shades of Tangaroa #002239

Tints of Tangaroa #002239

Color information

#002239 (or 0x002239) is unknown color: approx Tangaroa. HEX triplet: 00, 22 and 39. RGB value is (0,34,57). Sum of RGB (Red+Green+Blue) = 0+34+57=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 57 (22.66% from 255 or 62.64% from 91); Max value from RGB is 57 - color contains mainly: blue. Hex color #002239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002239 is #FFDDC6. Grayscale: #1A1A1A. Windows color (decimal): -16768455 or 3744256. OLE color: 3744256.

HSL color Cylindrical-coordinate representation of color #002239: hue angle of 204.21º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002239 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB03457-
CMYK10.4000.78
HSL204.21º100%11.18%-
HSV(B)204.21º100%22.35%-
XYZ1.311.444.08-
YUV26.46145.24109.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 34 (13.67% from 255) = 37.36%
BLUE value IS 57 (22.66% from 255) = 62.64%
R=0%
G=37.36%
B=62.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0345710.4000.78204.2110011.18
Hex02239642804Ecc64b
Octal0427114450011631414413
Binary01000101110011100100101000010011101100110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002239; }

 p { color: rgb(0,34,57); }

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

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

 a { background-color: rgb(0,34,57); }

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

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

 span { border-color: rgb(0,34,57); }

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