Html Css Color HEX #022839 Tangaroa

📋 copy color: '#022839'

red 2 ◦ green 40 ◦ blue 57

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

Shades of Tangaroa #022839

Tints of Tangaroa #022839

RGB

 RED value IS 2 (1.17% from 255) = 2.02%

 GREEN value IS 40 (16.02% from 255) = 40.4%

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

R = 2.02%
G = 40.4%
B = 57.58%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#022839 (or 0x022839) is known color: Tangaroa. HEX triplet: 02, 28 and 39. RGB value is (2,40,57). Sum of RGB (Red+Green+Blue) = 2+40+57=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 57 (22.66% from 255 or 57.58% from 99); Max value from RGB is 57 - color contains mainly: blue. Hex color #022839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022839 is #FDD7C6. Grayscale: #1E1E1E. Windows color (decimal): -16635847 or 3745794. OLE color: 3745794.

HSL color Cylindrical-coordinate representation of color #022839: hue angle of 198.55º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022839 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 40 57 -
CMYK 0.96 0.30 0 0.78
HSL 198.55º 0.93% 0.12% -
HSV(B) 198.55º 0.96% 0.22% -
XYZ 1.52 1.83 4.14 -
YUV 30.58 142.91 107.62 -
System Red Green Blue C M Y K H S L
Decimal 2 40 57 0.96 0.30 0 0.78 198.55 0.93 0.12
Hex 2 28 39 60 1E 0 4E C7 5D C
Octal 2 50 71 140 36 0 116 307 135 14
Binary 10 101000 111001 1100000 11110 0 1001110 11000111 1011101 1100

Color Harmonies of #022839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022839

Black with #022839

Text Example


Text Example

White with #022839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022839; }

 p { color: rgb(2,40,57); }

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

background-color css

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

 a { background-color: rgb(2,40,57); }

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

border-color css

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

 span { border-color: rgb(2,40,57); }

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