Html Css Color HEX #01213D Tangaroa

📋 copy color: '#01213D'

red 1 ◦ green 33 ◦ blue 61

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

Shades of Tangaroa #01213D

Tints of Tangaroa #01213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 64.21%

R = 1.05%
G = 34.74%
B = 64.21%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01213D (or 0x01213D) is known color: Tangaroa. HEX triplet: 01, 21 and 3D. RGB value is (1,33,61). Sum of RGB (Red+Green+Blue) = 1+33+61=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 61 (24.22% from 255 or 64.21% from 95); Max value from RGB is 61 - color contains mainly: blue. Hex color #01213D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01213D is #FEDEC2. Grayscale: #1A1A1A. Windows color (decimal): -16703171 or 4006145. OLE color: 4006145.

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

Color convert

RGB 1 33 61 -
CMYK 0.98 0.46 0 0.76
HSL 208º 0.97% 0.12% -
HSV(B) 208º 0.98% 0.24% -
XYZ 1.4 1.43 4.62 -
YUV 26.62 147.4 109.72 -
System Red Green Blue C M Y K H S L
Decimal 1 33 61 0.98 0.46 0 0.76 208 0.97 0.12
Hex 1 21 3D 62 2E 0 4C D0 61 C
Octal 1 41 75 142 56 0 114 320 141 14
Binary 1 100001 111101 1100010 101110 0 1001100 11010000 1100001 1100

Color Harmonies of #01213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01213D

Black with #01213D

Text Example


Text Example

White with #01213D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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