Html Css Color HEX #012246 Tangaroa

📋 copy color: '#012246'

red 1 ◦ green 34 ◦ blue 70

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

Shades of Tangaroa #012246

Tints of Tangaroa #012246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 66.67%

R = 0.95%
G = 32.38%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#012246 (or 0x012246) is known color: Tangaroa. HEX triplet: 01, 22 and 46. RGB value is (1,34,70). Sum of RGB (Red+Green+Blue) = 1+34+70=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 70 (27.73% from 255 or 66.67% from 105); Max value from RGB is 70 - color contains mainly: blue. Hex color #012246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012246 is #FEDDB9. Grayscale: #1C1C1C. Windows color (decimal): -16702906 or 4596225. OLE color: 4596225.

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

Color convert

RGB 1 34 70 -
CMYK 0.99 0.51 0 0.73
HSL 211.3º 0.97% 0.14% -
HSV(B) 211.3º 0.99% 0.27% -
XYZ 1.69 1.59 6.01 -
YUV 28.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 1 34 70 0.99 0.51 0 0.73 211.3 0.97 0.14
Hex 1 22 46 63 33 0 49 D3 61 E
Octal 1 42 106 143 63 0 111 323 141 16
Binary 1 100010 1000110 1100011 110011 0 1001001 11010011 1100001 1110

Color Harmonies of #012246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012246

Black with #012246

Text Example


Text Example

White with #012246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012246; }

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

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

background-color css

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

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

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

border-color css

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

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

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