Html Css Color HEX #140451 Paua

📋 copy color: '#140451'

red 20 ◦ green 4 ◦ blue 81

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

Shades of Paua #140451

Tints of Paua #140451

RGB

 RED value IS 20 (8.2% from 255) = 19.05%

 GREEN value IS 4 (1.95% from 255) = 3.81%

 BLUE value IS 81 (32.03% from 255) = 77.14%

R = 19.05%
G = 3.81%
B = 77.14%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#140451 (or 0x140451) is known color: Paua. HEX triplet: 14, 04 and 51. RGB value is (20,4,81). Sum of RGB (Red+Green+Blue) = 20+4+81=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 81 (32.03% from 255 or 77.14% from 105); Max value from RGB is 81 - color contains mainly: blue. Hex color #140451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140451 is #EBFBAE. Grayscale: #111111. Windows color (decimal): -15465391 or 5309460. OLE color: 5309460.

HSL color Cylindrical-coordinate representation of color #140451: hue angle of 252.47º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140451 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 4 81 -
CMYK 0.75 0.95 0 0.68
HSL 252.47º 0.91% 0.17% -
HSV(B) 252.47º 0.95% 0.32% -
XYZ 1.82 0.83 7.85 -
YUV 17.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 20 4 81 0.75 0.95 0 0.68 252.47 0.91 0.17
Hex 14 4 51 4B 5F 0 44 FC 5B 11
Octal 24 4 121 113 137 0 104 374 133 21
Binary 10100 100 1010001 1001011 1011111 0 1000100 11111100 1011011 10001

Color Harmonies of #140451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140451

Black with #140451

Text Example


Text Example

White with #140451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140451; }

 p { color: rgb(20,4,81); }

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

background-color css

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

 a { background-color: rgb(20,4,81); }

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

border-color css

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

 span { border-color: rgb(20,4,81); }

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