Html Css Color HEX #012446 Tangaroa

📋 copy color: '#012446'

red 1 ◦ green 36 ◦ blue 70

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

Shades of Tangaroa #012446

Tints of Tangaroa #012446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.64%

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

R = 0.93%
G = 33.64%
B = 65.42%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#012446 (or 0x012446) is known color: Tangaroa. HEX triplet: 01, 24 and 46. RGB value is (1,36,70). Sum of RGB (Red+Green+Blue) = 1+36+70=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #012446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012446 is #FEDBB9. Grayscale: #1D1D1D. Windows color (decimal): -16702394 or 4596737. OLE color: 4596737.

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

Color convert

RGB 1 36 70 -
CMYK 0.99 0.49 0 0.73
HSL 209.57º 0.97% 0.14% -
HSV(B) 209.57º 0.99% 0.27% -
XYZ 1.75 1.71 6.03 -
YUV 29.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 1 36 70 0.99 0.49 0 0.73 209.57 0.97 0.14
Hex 1 24 46 63 31 0 49 D2 61 E
Octal 1 44 106 143 61 0 111 322 141 16
Binary 1 100100 1000110 1100011 110001 0 1001001 11010010 1100001 1110

Color Harmonies of #012446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012446

Black with #012446

Text Example


Text Example

White with #012446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012446; }

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

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

background-color css

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

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

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

border-color css

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

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

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