Html Css Color HEX #002139 Tangaroa

📋 copy color: '#002139'

red 0 ◦ green 33 ◦ blue 57

#002139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #002139

Tints of Tangaroa #002139

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 33 (13.28% from 255) = 36.67%

 BLUE value IS 57 (22.66% from 255) = 63.33%

R = 0%
G = 36.67%
B = 63.33%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#002139 (or 0x002139) is known color: Tangaroa. HEX triplet: 00, 21 and 39. RGB value is (0,33,57). Sum of RGB (Red+Green+Blue) = 0+33+57=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 57 (22.66% from 255 or 63.33% from 90); Max value from RGB is 57 - color contains mainly: blue. Hex color #002139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002139 is #FFDEC6. Grayscale: #191919. Windows color (decimal): -16768711 or 3744000. OLE color: 3744000.

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

Color convert

RGB 0 33 57 -
CMYK 1 0.42 0 0.78
HSL 205.26º 1% 0.11% -
HSV(B) 205.26º 1% 0.22% -
XYZ 1.28 1.38 4.07 -
YUV 25.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 0 33 57 1 0.42 0 0.78 205.26 1 0.11
Hex 0 21 39 64 2A 0 4E CD 64 B
Octal 0 41 71 144 52 0 116 315 144 13
Binary 0 100001 111001 1100100 101010 0 1001110 11001101 1100100 1011

Color Harmonies of #002139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002139

Black with #002139

Text Example


Text Example

White with #002139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002139; }

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

 H1.HeaderClassName
 {
   color: #002139;
 }
 .AnyTagClassName
 {
   color: #002139;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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