Html Css Color HEX #01203B Tangaroa

📋 copy color: '#01203B'

red 1 ◦ green 32 ◦ blue 59

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

Shades of Tangaroa #01203B

Tints of Tangaroa #01203B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 34.78%

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

R = 1.09%
G = 34.78%
B = 64.13%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01203B (or 0x01203B) is known color: Tangaroa. HEX triplet: 01, 20 and 3B. RGB value is (1,32,59). Sum of RGB (Red+Green+Blue) = 1+32+59=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 59 (23.44% from 255 or 64.13% from 92); Max value from RGB is 59 - color contains mainly: blue. Hex color #01203B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01203B is #FEDFC4. Grayscale: #191919. Windows color (decimal): -16703429 or 3874817. OLE color: 3874817.

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

Color convert

RGB 1 32 59 -
CMYK 0.98 0.46 0 0.77
HSL 207.93º 0.97% 0.12% -
HSV(B) 207.93º 0.98% 0.23% -
XYZ 1.32 1.36 4.33 -
YUV 25.81 146.73 110.3 -
System Red Green Blue C M Y K H S L
Decimal 1 32 59 0.98 0.46 0 0.77 207.93 0.97 0.12
Hex 1 20 3B 62 2E 0 4D D0 61 C
Octal 1 40 73 142 56 0 115 320 141 14
Binary 1 100000 111011 1100010 101110 0 1001101 11010000 1100001 1100

Color Harmonies of #01203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01203B

Black with #01203B

Text Example


Text Example

White with #01203B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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