Html Css Color HEX #01213A Tangaroa

📋 copy color: '#01213A'

red 1 ◦ green 33 ◦ blue 58

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

Shades of Tangaroa #01213A

Tints of Tangaroa #01213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 35.87%

 BLUE value IS 58 (23.05% from 255) = 63.04%

R = 1.09%
G = 35.87%
B = 63.04%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01213A (or 0x01213A) is known color: Tangaroa. HEX triplet: 01, 21 and 3A. RGB value is (1,33,58). Sum of RGB (Red+Green+Blue) = 1+33+58=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 58 (23.05% from 255 or 63.04% from 92); Max value from RGB is 58 - color contains mainly: blue. Hex color #01213A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01213A is #FEDEC5. Grayscale: #1A1A1A. Windows color (decimal): -16703174 or 3809537. OLE color: 3809537.

HSL color Cylindrical-coordinate representation of color #01213A: hue angle of 206.32º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01213A is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 33 58 -
CMYK 0.98 0.43 0 0.77
HSL 206.32º 0.97% 0.12% -
HSV(B) 206.32º 0.98% 0.23% -
XYZ 1.32 1.4 4.2 -
YUV 26.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 1 33 58 0.98 0.43 0 0.77 206.32 0.97 0.12
Hex 1 21 3A 62 2B 0 4D CE 61 C
Octal 1 41 72 142 53 0 115 316 141 14
Binary 1 100001 111010 1100010 101011 0 1001101 11001110 1100001 1100

Color Harmonies of #01213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01213A

Black with #01213A

Text Example


Text Example

White with #01213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01213A; }

 p { color: rgb(1,33,58); }

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

background-color css

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

 a { background-color: rgb(1,33,58); }

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

border-color css

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

 span { border-color: rgb(1,33,58); }

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