Html Css Color HEX #012946 Tangaroa

📋 copy color: '#012946'

red 1 ◦ green 41 ◦ blue 70

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

Shades of Tangaroa #012946

Tints of Tangaroa #012946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 62.5%

R = 0.89%
G = 36.61%
B = 62.5%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#012946 (or 0x012946) is known color: Tangaroa. HEX triplet: 01, 29 and 46. RGB value is (1,41,70). Sum of RGB (Red+Green+Blue) = 1+41+70=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 70 (27.73% from 255 or 62.5% from 112); Max value from RGB is 70 - color contains mainly: blue. Hex color #012946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012946 is #FED6B9. Grayscale: #202020. Windows color (decimal): -16701114 or 4598017. OLE color: 4598017.

HSL color Cylindrical-coordinate representation of color #012946: hue angle of 205.22º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012946 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 41 70 -
CMYK 0.99 0.41 0 0.73
HSL 205.22º 0.97% 0.14% -
HSV(B) 205.22º 0.99% 0.27% -
XYZ 1.91 2.03 6.09 -
YUV 32.35 149.25 105.64 -
System Red Green Blue C M Y K H S L
Decimal 1 41 70 0.99 0.41 0 0.73 205.22 0.97 0.14
Hex 1 29 46 63 29 0 49 CD 61 E
Octal 1 51 106 143 51 0 111 315 141 16
Binary 1 101001 1000110 1100011 101001 0 1001001 11001101 1100001 1110

Color Harmonies of #012946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012946

Black with #012946

Text Example


Text Example

White with #012946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012946; }

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

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

background-color css

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

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

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

border-color css

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

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

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