Html Css Color HEX #012939 Tangaroa

📋 copy color: '#012939'

red 1 ◦ green 41 ◦ blue 57

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

Shades of Tangaroa #012939

Tints of Tangaroa #012939

RGB

 RED value IS 1 (0.78% from 255) = 1.01%

 GREEN value IS 41 (16.41% from 255) = 41.41%

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

R = 1.01%
G = 41.41%
B = 57.58%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012939 (or 0x012939) is known color: Tangaroa. HEX triplet: 01, 29 and 39. RGB value is (1,41,57). Sum of RGB (Red+Green+Blue) = 1+41+57=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 41 (16.41% from 255 or 41.41% 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 #012939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012939 is #FED6C6. Grayscale: #1E1E1E. Windows color (decimal): -16701127 or 3746049. OLE color: 3746049.

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

Color convert

RGB 1 41 57 -
CMYK 0.98 0.28 0 0.78
HSL 197.14º 0.97% 0.11% -
HSV(B) 197.14º 0.98% 0.22% -
XYZ 1.54 1.89 4.15 -
YUV 30.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 1 41 57 0.98 0.28 0 0.78 197.14 0.97 0.11
Hex 1 29 39 62 1C 0 4E C5 61 B
Octal 1 51 71 142 34 0 116 305 141 13
Binary 1 101001 111001 1100010 11100 0 1001110 11000101 1100001 1011

Color Harmonies of #012939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012939

Black with #012939

Text Example


Text Example

White with #012939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012939; }

 p { color: rgb(1,41,57); }

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

background-color css

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

 a { background-color: rgb(1,41,57); }

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

border-color css

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

 span { border-color: rgb(1,41,57); }

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