Html Css Color HEX #012547 Tangaroa

📋 copy color: '#012547'

red 1 ◦ green 37 ◦ blue 71

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

Shades of Tangaroa #012547

Tints of Tangaroa #012547

RGB

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

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

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

R = 0.92%
G = 33.94%
B = 65.14%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012547 (or 0x012547) is known color: Tangaroa. HEX triplet: 01, 25 and 47. RGB value is (1,37,71). Sum of RGB (Red+Green+Blue) = 1+37+71=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 71 (28.12% from 255 or 65.14% from 109); Max value from RGB is 71 - color contains mainly: blue. Hex color #012547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012547 is #FEDAB8. Grayscale: #1D1D1D. Windows color (decimal): -16702137 or 4662529. OLE color: 4662529.

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

Color convert

RGB 1 37 71 -
CMYK 0.99 0.48 0 0.72
HSL 209.14º 0.97% 0.14% -
HSV(B) 209.14º 0.99% 0.28% -
XYZ 1.81 1.78 6.21 -
YUV 30.11 151.07 107.24 -
System Red Green Blue C M Y K H S L
Decimal 1 37 71 0.99 0.48 0 0.72 209.14 0.97 0.14
Hex 1 25 47 63 30 0 48 D1 61 E
Octal 1 45 107 143 60 0 110 321 141 16
Binary 1 100101 1000111 1100011 110000 0 1001000 11010001 1100001 1110

Color Harmonies of #012547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012547

Black with #012547

Text Example


Text Example

White with #012547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012547; }

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

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

background-color css

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

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

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

border-color css

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

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

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