Html Css Color HEX #201B4F Paua

📋 copy color: '#201B4F'

red 32 ◦ green 27 ◦ blue 79

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

Shades of Paua #201B4F

Tints of Paua #201B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 57.25%

R = 23.19%
G = 19.57%
B = 57.25%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#201B4F (or 0x201B4F) is known color: Paua. HEX triplet: 20, 1B and 4F. RGB value is (32,27,79). Sum of RGB (Red+Green+Blue) = 32+27+79=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 79 (31.25% from 255 or 57.25% from 138); Max value from RGB is 79 - color contains mainly: blue. Hex color #201B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B4F is #DFE4B0. Grayscale: #222222. Windows color (decimal): -14673073 or 5184288. OLE color: 5184288.

HSL color Cylindrical-coordinate representation of color #201B4F: hue angle of 245.77º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #201B4F is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 27 79 -
CMYK 0.59 0.66 0 0.69
HSL 245.77º 0.49% 0.21% -
HSV(B) 245.77º 0.66% 0.31% -
XYZ 2.4 1.66 7.59 -
YUV 34.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 32 27 79 0.59 0.66 0 0.69 245.77 0.49 0.21
Hex 20 1B 4F 3B 42 0 45 F6 31 15
Octal 40 33 117 73 102 0 105 366 61 25
Binary 100000 11011 1001111 111011 1000010 0 1000101 11110110 110001 10101

Color Harmonies of #201B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201B4F

Black with #201B4F

Text Example


Text Example

White with #201B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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