Html Css Color HEX #012747 Tangaroa

📋 copy color: '#012747'

red 1 ◦ green 39 ◦ blue 71

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

Shades of Tangaroa #012747

Tints of Tangaroa #012747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 35.14%

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

R = 0.9%
G = 35.14%
B = 63.96%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012747 (or 0x012747) is known color: Tangaroa. HEX triplet: 01, 27 and 47. RGB value is (1,39,71). Sum of RGB (Red+Green+Blue) = 1+39+71=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 71 (28.12% from 255 or 63.96% from 111); Max value from RGB is 71 - color contains mainly: blue. Hex color #012747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012747 is #FED8B8. Grayscale: #1F1F1F. Windows color (decimal): -16701625 or 4663041. OLE color: 4663041.

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

Color convert

RGB 1 39 71 -
CMYK 0.99 0.45 0 0.72
HSL 207.43º 0.97% 0.14% -
HSV(B) 207.43º 0.99% 0.28% -
XYZ 1.88 1.91 6.23 -
YUV 31.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 1 39 71 0.99 0.45 0 0.72 207.43 0.97 0.14
Hex 1 27 47 63 2D 0 48 CF 61 E
Octal 1 47 107 143 55 0 110 317 141 16
Binary 1 100111 1000111 1100011 101101 0 1001000 11001111 1100001 1110

Color Harmonies of #012747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012747

Black with #012747

Text Example


Text Example

White with #012747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012747; }

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

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

background-color css

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

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

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

border-color css

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

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

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