Html Css Color HEX #012546 Tangaroa

📋 copy color: '#012546'

red 1 ◦ green 37 ◦ blue 70

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

Shades of Tangaroa #012546

Tints of Tangaroa #012546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 34.26%

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

R = 0.93%
G = 34.26%
B = 64.81%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#012546 (or 0x012546) is known color: Tangaroa. HEX triplet: 01, 25 and 46. RGB value is (1,37,70). Sum of RGB (Red+Green+Blue) = 1+37+70=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 70 (27.73% from 255 or 64.81% from 108); Max value from RGB is 70 - color contains mainly: blue. Hex color #012546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012546 is #FEDAB9. Grayscale: #1D1D1D. Windows color (decimal): -16702138 or 4596993. OLE color: 4596993.

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

Color convert

RGB 1 37 70 -
CMYK 0.99 0.47 0 0.73
HSL 208.7º 0.97% 0.14% -
HSV(B) 208.7º 0.99% 0.27% -
XYZ 1.78 1.77 6.04 -
YUV 30 150.57 107.32 -
System Red Green Blue C M Y K H S L
Decimal 1 37 70 0.99 0.47 0 0.73 208.7 0.97 0.14
Hex 1 25 46 63 2F 0 49 D1 61 E
Octal 1 45 106 143 57 0 111 321 141 16
Binary 1 100101 1000110 1100011 101111 0 1001001 11010001 1100001 1110

Color Harmonies of #012546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012546

Black with #012546

Text Example


Text Example

White with #012546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012546; }

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

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

background-color css

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

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

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

border-color css

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

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

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