Html Css Color HEX #01213B Tangaroa

📋 copy color: '#01213B'

red 1 ◦ green 33 ◦ blue 59

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

Shades of Tangaroa #01213B

Tints of Tangaroa #01213B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 63.44%

R = 1.08%
G = 35.48%
B = 63.44%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01213B (or 0x01213B) is known color: Tangaroa. HEX triplet: 01, 21 and 3B. RGB value is (1,33,59). Sum of RGB (Red+Green+Blue) = 1+33+59=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 59 (23.44% from 255 or 63.44% from 93); Max value from RGB is 59 - color contains mainly: blue. Hex color #01213B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01213B is #FEDEC4. Grayscale: #1A1A1A. Windows color (decimal): -16703173 or 3875073. OLE color: 3875073.

HSL color Cylindrical-coordinate representation of color #01213B: hue angle of 206.9º 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 #01213B is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 33 59 -
CMYK 0.98 0.44 0 0.77
HSL 206.9º 0.97% 0.12% -
HSV(B) 206.9º 0.98% 0.23% -
XYZ 1.35 1.41 4.34 -
YUV 26.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 1 33 59 0.98 0.44 0 0.77 206.9 0.97 0.12
Hex 1 21 3B 62 2C 0 4D CF 61 C
Octal 1 41 73 142 54 0 115 317 141 14
Binary 1 100001 111011 1100010 101100 0 1001101 11001111 1100001 1100

Color Harmonies of #01213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01213B

Black with #01213B

Text Example


Text Example

White with #01213B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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