Html Css Color HEX #012347 Tangaroa

📋 copy color: '#012347'

red 1 ◦ green 35 ◦ blue 71

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

Shades of Tangaroa #012347

Tints of Tangaroa #012347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.71%

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

R = 0.93%
G = 32.71%
B = 66.36%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012347 (or 0x012347) is known color: Tangaroa. HEX triplet: 01, 23 and 47. RGB value is (1,35,71). Sum of RGB (Red+Green+Blue) = 1+35+71=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 71 (28.12% from 255 or 66.36% from 107); Max value from RGB is 71 - color contains mainly: blue. Hex color #012347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012347 is #FEDCB8. Grayscale: #1C1C1C. Windows color (decimal): -16702649 or 4662017. OLE color: 4662017.

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

Color convert

RGB 1 35 71 -
CMYK 0.99 0.51 0 0.72
HSL 210.86º 0.97% 0.14% -
HSV(B) 210.86º 0.99% 0.28% -
XYZ 1.75 1.66 6.19 -
YUV 28.94 151.74 108.07 -
System Red Green Blue C M Y K H S L
Decimal 1 35 71 0.99 0.51 0 0.72 210.86 0.97 0.14
Hex 1 23 47 63 33 0 48 D3 61 E
Octal 1 43 107 143 63 0 110 323 141 16
Binary 1 100011 1000111 1100011 110011 0 1001000 11010011 1100001 1110

Color Harmonies of #012347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012347

Black with #012347

Text Example


Text Example

White with #012347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012347; }

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

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

background-color css

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

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

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

border-color css

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

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

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