Html Css Color HEX #01213C Tangaroa

📋 copy color: '#01213C'

red 1 ◦ green 33 ◦ blue 60

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

Shades of Tangaroa #01213C

Tints of Tangaroa #01213C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 63.83%

R = 1.06%
G = 35.11%
B = 63.83%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01213C (or 0x01213C) is known color: Tangaroa. HEX triplet: 01, 21 and 3C. RGB value is (1,33,60). Sum of RGB (Red+Green+Blue) = 1+33+60=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 60 (23.83% from 255 or 63.83% from 94); Max value from RGB is 60 - color contains mainly: blue. Hex color #01213C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01213C is #FEDEC3. Grayscale: #1A1A1A. Windows color (decimal): -16703172 or 3940609. OLE color: 3940609.

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

Color convert

RGB 1 33 60 -
CMYK 0.98 0.45 0 0.76
HSL 207.46º 0.97% 0.12% -
HSV(B) 207.46º 0.98% 0.24% -
XYZ 1.37 1.42 4.48 -
YUV 26.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 1 33 60 0.98 0.45 0 0.76 207.46 0.97 0.12
Hex 1 21 3C 62 2D 0 4C CF 61 C
Octal 1 41 74 142 55 0 114 317 141 14
Binary 1 100001 111100 1100010 101101 0 1001100 11001111 1100001 1100

Color Harmonies of #01213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01213C

Black with #01213C

Text Example


Text Example

White with #01213C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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