Html Css Color HEX #201F48 Paua

📋 copy color: '#201F48'

red 32 ◦ green 31 ◦ blue 72

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

Shades of Paua #201F48

Tints of Paua #201F48

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.96%

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

R = 23.7%
G = 22.96%
B = 53.33%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#201F48 (or 0x201F48) is known color: Paua. HEX triplet: 20, 1F and 48. RGB value is (32,31,72). Sum of RGB (Red+Green+Blue) = 32+31+72=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #201F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201F48 is #DFE0B7. Grayscale: #232323. Windows color (decimal): -14672056 or 4726560. OLE color: 4726560.

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

Color convert

RGB 32 31 72 -
CMYK 0.56 0.57 0 0.72
HSL 241.46º 0.4% 0.2% -
HSV(B) 241.46º 0.57% 0.28% -
XYZ 2.26 1.75 6.35 -
YUV 35.97 148.33 125.17 -
System Red Green Blue C M Y K H S L
Decimal 32 31 72 0.56 0.57 0 0.72 241.46 0.4 0.2
Hex 20 1F 48 38 39 0 48 F1 28 14
Octal 40 37 110 70 71 0 110 361 50 24
Binary 100000 11111 1001000 111000 111001 0 1001000 11110001 101000 10100

Color Harmonies of #201F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201F48

Black with #201F48

Text Example


Text Example

White with #201F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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