Html Css Color HEX #012146 Tangaroa

📋 copy color: '#012146'

red 1 ◦ green 33 ◦ blue 70

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

Shades of Tangaroa #012146

Tints of Tangaroa #012146

RGB

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

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

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

R = 0.96%
G = 31.73%
B = 67.31%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#012146 (or 0x012146) is known color: Tangaroa. HEX triplet: 01, 21 and 46. RGB value is (1,33,70). Sum of RGB (Red+Green+Blue) = 1+33+70=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 70 (27.73% from 255 or 67.31% from 104); Max value from RGB is 70 - color contains mainly: blue. Hex color #012146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012146 is #FEDEB9. Grayscale: #1B1B1B. Windows color (decimal): -16703162 or 4595969. OLE color: 4595969.

HSL color Cylindrical-coordinate representation of color #012146: hue angle of 212.17º 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 #012146 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 33 70 -
CMYK 0.99 0.53 0 0.73
HSL 212.17º 0.97% 0.14% -
HSV(B) 212.17º 0.99% 0.27% -
XYZ 1.66 1.54 6 -
YUV 27.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 1 33 70 0.99 0.53 0 0.73 212.17 0.97 0.14
Hex 1 21 46 63 35 0 49 D4 61 E
Octal 1 41 106 143 65 0 111 324 141 16
Binary 1 100001 1000110 1100011 110101 0 1001001 11010100 1100001 1110

Color Harmonies of #012146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012146

Black with #012146

Text Example


Text Example

White with #012146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012146; }

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

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

background-color css

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

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

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

border-color css

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

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

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