Html Css Color HEX #012847 Tangaroa

📋 copy color: '#012847'

red 1 ◦ green 40 ◦ blue 71

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

Shades of Tangaroa #012847

Tints of Tangaroa #012847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.71%

 BLUE value IS 71 (28.13% from 255) = 63.39%

R = 0.89%
G = 35.71%
B = 63.39%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012847 (or 0x012847) is known color: Tangaroa. HEX triplet: 01, 28 and 47. RGB value is (1,40,71). Sum of RGB (Red+Green+Blue) = 1+40+71=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 71 (28.12% from 255 or 63.39% from 112); Max value from RGB is 71 - color contains mainly: blue. Hex color #012847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012847 is #FED7B8. Grayscale: #1F1F1F. Windows color (decimal): -16701369 or 4663297. OLE color: 4663297.

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

Color convert

RGB 1 40 71 -
CMYK 0.99 0.44 0 0.72
HSL 206.57º 0.97% 0.14% -
HSV(B) 206.57º 0.99% 0.28% -
XYZ 1.91 1.98 6.24 -
YUV 31.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 1 40 71 0.99 0.44 0 0.72 206.57 0.97 0.14
Hex 1 28 47 63 2C 0 48 CF 61 E
Octal 1 50 107 143 54 0 110 317 141 16
Binary 1 101000 1000111 1100011 101100 0 1001000 11001111 1100001 1110

Color Harmonies of #012847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012847

Black with #012847

Text Example


Text Example

White with #012847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012847; }

 p { color: rgb(1,40,71); }

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

background-color css

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

 a { background-color: rgb(1,40,71); }

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

border-color css

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

 span { border-color: rgb(1,40,71); }

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