Html Css Color HEX #012044 Tangaroa

📋 copy color: '#012044'

red 1 ◦ green 32 ◦ blue 68

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

Shades of Tangaroa #012044

Tints of Tangaroa #012044

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.68%

 BLUE value IS 68 (26.95% from 255) = 67.33%

R = 0.99%
G = 31.68%
B = 67.33%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#012044 (or 0x012044) is known color: Tangaroa. HEX triplet: 01, 20 and 44. RGB value is (1,32,68). Sum of RGB (Red+Green+Blue) = 1+32+68=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 68 (26.95% from 255 or 67.33% from 101); Max value from RGB is 68 - color contains mainly: blue. Hex color #012044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012044 is #FEDFBB. Grayscale: #1A1A1A. Windows color (decimal): -16703420 or 4464641. OLE color: 4464641.

HSL color Cylindrical-coordinate representation of color #012044: hue angle of 212.24º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012044 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 32 68 -
CMYK 0.99 0.53 0 0.73
HSL 212.24º 0.97% 0.14% -
HSV(B) 212.24º 0.99% 0.27% -
XYZ 1.57 1.46 5.67 -
YUV 26.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 1 32 68 0.99 0.53 0 0.73 212.24 0.97 0.14
Hex 1 20 44 63 35 0 49 D4 61 E
Octal 1 40 104 143 65 0 111 324 141 16
Binary 1 100000 1000100 1100011 110101 0 1001001 11010100 1100001 1110

Color Harmonies of #012044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012044

Black with #012044

Text Example


Text Example

White with #012044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012044; }

 p { color: rgb(1,32,68); }

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

background-color css

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

 a { background-color: rgb(1,32,68); }

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

border-color css

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

 span { border-color: rgb(1,32,68); }

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