Html Css Color HEX #01203F Tangaroa

📋 copy color: '#01203F'

red 1 ◦ green 32 ◦ blue 63

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

Shades of Tangaroa #01203F

Tints of Tangaroa #01203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 65.63%

R = 1.04%
G = 33.33%
B = 65.63%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#01203F (or 0x01203F) is known color: Tangaroa. HEX triplet: 01, 20 and 3F. RGB value is (1,32,63). Sum of RGB (Red+Green+Blue) = 1+32+63=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 63 (25% from 255 or 65.62% from 96); Max value from RGB is 63 - color contains mainly: blue. Hex color #01203F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01203F is #FEDFC0. Grayscale: #1A1A1A. Windows color (decimal): -16703425 or 4136961. OLE color: 4136961.

HSL color Cylindrical-coordinate representation of color #01203F: hue angle of 210º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01203F is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 32 63 -
CMYK 0.98 0.49 0 0.75
HSL 210º 0.97% 0.13% -
HSV(B) 210º 0.98% 0.25% -
XYZ 1.43 1.4 4.9 -
YUV 26.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 1 32 63 0.98 0.49 0 0.75 210 0.97 0.13
Hex 1 20 3F 62 31 0 4B D2 61 D
Octal 1 40 77 142 61 0 113 322 141 15
Binary 1 100000 111111 1100010 110001 0 1001011 11010010 1100001 1101

Color Harmonies of #01203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01203F

Black with #01203F

Text Example


Text Example

White with #01203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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