Html Css Color HEX #201B48 Paua

📋 copy color: '#201B48'

red 32 ◦ green 27 ◦ blue 72

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

Shades of Paua #201B48

Tints of Paua #201B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 54.96%

R = 24.43%
G = 20.61%
B = 54.96%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#201B48 (or 0x201B48) is known color: Paua. HEX triplet: 20, 1B and 48. RGB value is (32,27,72). Sum of RGB (Red+Green+Blue) = 32+27+72=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #201B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B48 is #DFE4B7. Grayscale: #212121. Windows color (decimal): -14673080 or 4725536. OLE color: 4725536.

HSL color Cylindrical-coordinate representation of color #201B48: hue angle of 246.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #201B48 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 32 27 72 -
CMYK 0.56 0.62 0 0.72
HSL 246.67º 0.45% 0.19% -
HSV(B) 246.67º 0.63% 0.28% -
XYZ 2.16 1.56 6.32 -
YUV 33.63 149.66 126.84 -
System Red Green Blue C M Y K H S L
Decimal 32 27 72 0.56 0.62 0 0.72 246.67 0.45 0.19
Hex 20 1B 48 38 3E 0 48 F7 2D 13
Octal 40 33 110 70 76 0 110 367 55 23
Binary 100000 11011 1001000 111000 111110 0 1001000 11110111 101101 10011

Color Harmonies of #201B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201B48

Black with #201B48

Text Example


Text Example

White with #201B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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