Html Css Color HEX #012947 Tangaroa

📋 copy color: '#012947'

red 1 ◦ green 41 ◦ blue 71

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

Shades of Tangaroa #012947

Tints of Tangaroa #012947

RGB

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

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

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

R = 0.88%
G = 36.28%
B = 62.83%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012947 (or 0x012947) is known color: Tangaroa. HEX triplet: 01, 29 and 47. RGB value is (1,41,71). Sum of RGB (Red+Green+Blue) = 1+41+71=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 71 (28.12% from 255 or 62.83% from 113); Max value from RGB is 71 - color contains mainly: blue. Hex color #012947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012947 is #FED6B8. Grayscale: #202020. Windows color (decimal): -16701113 or 4663553. OLE color: 4663553.

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

Color convert

RGB 1 41 71 -
CMYK 0.99 0.42 0 0.72
HSL 205.71º 0.97% 0.14% -
HSV(B) 205.71º 0.99% 0.28% -
XYZ 1.94 2.05 6.25 -
YUV 32.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 1 41 71 0.99 0.42 0 0.72 205.71 0.97 0.14
Hex 1 29 47 63 2A 0 48 CE 61 E
Octal 1 51 107 143 52 0 110 316 141 16
Binary 1 101001 1000111 1100011 101010 0 1001000 11001110 1100001 1110

Color Harmonies of #012947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012947

Black with #012947

Text Example


Text Example

White with #012947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012947; }

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

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

background-color css

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

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

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

border-color css

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

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

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