Html Css Color HEX #01203C Tangaroa

📋 copy color: '#01203C'

red 1 ◦ green 32 ◦ blue 60

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

Shades of Tangaroa #01203C

Tints of Tangaroa #01203C

RGB

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

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

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

R = 1.08%
G = 34.41%
B = 64.52%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01203C (or 0x01203C) is known color: Tangaroa. HEX triplet: 01, 20 and 3C. RGB value is (1,32,60). Sum of RGB (Red+Green+Blue) = 1+32+60=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #01203C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01203C is #FEDFC3. Grayscale: #191919. Windows color (decimal): -16703428 or 3940353. OLE color: 3940353.

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

Color convert

RGB 1 32 60 -
CMYK 0.98 0.47 0 0.76
HSL 208.47º 0.97% 0.12% -
HSV(B) 208.47º 0.98% 0.24% -
XYZ 1.34 1.37 4.47 -
YUV 25.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 1 32 60 0.98 0.47 0 0.76 208.47 0.97 0.12
Hex 1 20 3C 62 2F 0 4C D0 61 C
Octal 1 40 74 142 57 0 114 320 141 14
Binary 1 100000 111100 1100010 101111 0 1001100 11010000 1100001 1100

Color Harmonies of #01203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01203C

Black with #01203C

Text Example


Text Example

White with #01203C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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