Html Css Color HEX #012944 Tangaroa

📋 copy color: '#012944'

red 1 ◦ green 41 ◦ blue 68

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

Shades of Tangaroa #012944

Tints of Tangaroa #012944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 37.27%

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

R = 0.91%
G = 37.27%
B = 61.82%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#012944 (or 0x012944) is known color: Tangaroa. HEX triplet: 01, 29 and 44. RGB value is (1,41,68). Sum of RGB (Red+Green+Blue) = 1+41+68=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 68 (26.95% from 255 or 61.82% from 110); Max value from RGB is 68 - color contains mainly: blue. Hex color #012944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012944 is #FED6BB. Grayscale: #1F1F1F. Windows color (decimal): -16701116 or 4466945. OLE color: 4466945.

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

Color convert

RGB 1 41 68 -
CMYK 0.99 0.40 0 0.73
HSL 204.18º 0.97% 0.14% -
HSV(B) 204.18º 0.99% 0.27% -
XYZ 1.85 2.01 5.76 -
YUV 32.12 148.25 105.8 -
System Red Green Blue C M Y K H S L
Decimal 1 41 68 0.99 0.40 0 0.73 204.18 0.97 0.14
Hex 1 29 44 63 28 0 49 CC 61 E
Octal 1 51 104 143 50 0 111 314 141 16
Binary 1 101001 1000100 1100011 101000 0 1001001 11001100 1100001 1110

Color Harmonies of #012944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012944

Black with #012944

Text Example


Text Example

White with #012944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012944; }

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

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

background-color css

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

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

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

border-color css

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

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

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