Html Css Color HEX #201B46 Paua

📋 copy color: '#201B46'

red 32 ◦ green 27 ◦ blue 70

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

Shades of Paua #201B46

Tints of Paua #201B46

RGB

 RED value IS 32 (12.89% from 255) = 24.81%

 GREEN value IS 27 (10.94% from 255) = 20.93%

 BLUE value IS 70 (27.73% from 255) = 54.26%

R = 24.81%
G = 20.93%
B = 54.26%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#201B46 (or 0x201B46) is known color: Paua. HEX triplet: 20, 1B and 46. RGB value is (32,27,70). Sum of RGB (Red+Green+Blue) = 32+27+70=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #201B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B46 is #DFE4B9. Grayscale: #212121. Windows color (decimal): -14673082 or 4594464. OLE color: 4594464.

HSL color Cylindrical-coordinate representation of color #201B46: hue angle of 246.98º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #201B46 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 32 27 70 -
CMYK 0.54 0.61 0 0.73
HSL 246.98º 0.44% 0.19% -
HSV(B) 246.98º 0.61% 0.27% -
XYZ 2.09 1.53 5.98 -
YUV 33.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 32 27 70 0.54 0.61 0 0.73 246.98 0.44 0.19
Hex 20 1B 46 36 3D 0 49 F7 2C 13
Octal 40 33 106 66 75 0 111 367 54 23
Binary 100000 11011 1000110 110110 111101 0 1001001 11110111 101100 10011

Color Harmonies of #201B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201B46

Black with #201B46

Text Example


Text Example

White with #201B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201B46; }

 p { color: rgb(32,27,70); }

 H1.HeaderClassName
 {
   color: #201B46;
 }
 .AnyTagClassName
 {
   color: #201B46;
 }
</style>

background-color css

<style>
 a { background-color: #201B46; }

 a { background-color: rgb(32,27,70); }

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

border-color css

<style>
 span { border-color: #201B46; }

 span { border-color: rgb(32,27,70); }

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