Html Css Color HEX #012247 Tangaroa

📋 copy color: '#012247'

red 1 ◦ green 34 ◦ blue 71

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

Shades of Tangaroa #012247

Tints of Tangaroa #012247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 32.08%

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

R = 0.94%
G = 32.08%
B = 66.98%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012247 (or 0x012247) is known color: Tangaroa. HEX triplet: 01, 22 and 47. RGB value is (1,34,71). Sum of RGB (Red+Green+Blue) = 1+34+71=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 71 (28.12% from 255 or 66.98% from 106); Max value from RGB is 71 - color contains mainly: blue. Hex color #012247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012247 is #FEDDB8. Grayscale: #1C1C1C. Windows color (decimal): -16702905 or 4661761. OLE color: 4661761.

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

Color convert

RGB 1 34 71 -
CMYK 0.99 0.52 0 0.72
HSL 211.71º 0.97% 0.14% -
HSV(B) 211.71º 0.99% 0.28% -
XYZ 1.72 1.61 6.18 -
YUV 28.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 1 34 71 0.99 0.52 0 0.72 211.71 0.97 0.14
Hex 1 22 47 63 34 0 48 D4 61 E
Octal 1 42 107 143 64 0 110 324 141 16
Binary 1 100010 1000111 1100011 110100 0 1001000 11010100 1100001 1110

Color Harmonies of #012247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012247

Black with #012247

Text Example


Text Example

White with #012247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012247; }

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

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

background-color css

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

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

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

border-color css

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

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

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