Html Css Color HEX #012447 Tangaroa

📋 copy color: '#012447'

red 1 ◦ green 36 ◦ blue 71

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

Shades of Tangaroa #012447

Tints of Tangaroa #012447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.33%

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

R = 0.93%
G = 33.33%
B = 65.74%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012447 (or 0x012447) is known color: Tangaroa. HEX triplet: 01, 24 and 47. RGB value is (1,36,71). Sum of RGB (Red+Green+Blue) = 1+36+71=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 71 (28.12% from 255 or 65.74% from 108); Max value from RGB is 71 - color contains mainly: blue. Hex color #012447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012447 is #FEDBB8. Grayscale: #1D1D1D. Windows color (decimal): -16702393 or 4662273. OLE color: 4662273.

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

Color convert

RGB 1 36 71 -
CMYK 0.99 0.49 0 0.72
HSL 210º 0.97% 0.14% -
HSV(B) 210º 0.99% 0.28% -
XYZ 1.78 1.72 6.2 -
YUV 29.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 1 36 71 0.99 0.49 0 0.72 210 0.97 0.14
Hex 1 24 47 63 31 0 48 D2 61 E
Octal 1 44 107 143 61 0 110 322 141 16
Binary 1 100100 1000111 1100011 110001 0 1001000 11010010 1100001 1110

Color Harmonies of #012447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012447

Black with #012447

Text Example


Text Example

White with #012447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012447; }

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

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

background-color css

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

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

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

border-color css

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

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

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