Html Css Color HEX #141148 Paua

📋 copy color: '#141148'

red 20 ◦ green 17 ◦ blue 72

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

Shades of Paua #141148

Tints of Paua #141148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.6%

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

R = 18.35%
G = 15.6%
B = 66.06%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#141148 (or 0x141148) is known color: Paua. HEX triplet: 14, 11 and 48. RGB value is (20,17,72). Sum of RGB (Red+Green+Blue) = 20+17+72=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #141148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141148 is #EBEEB7. Grayscale: #171717. Windows color (decimal): -15462072 or 4722964. OLE color: 4722964.

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

Color convert

RGB 20 17 72 -
CMYK 0.72 0.76 0 0.72
HSL 243.27º 0.62% 0.17% -
HSV(B) 243.27º 0.76% 0.28% -
XYZ 1.66 1.02 6.24 -
YUV 24.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 20 17 72 0.72 0.76 0 0.72 243.27 0.62 0.17
Hex 14 11 48 48 4C 0 48 F3 3E 11
Octal 24 21 110 110 114 0 110 363 76 21
Binary 10100 10001 1001000 1001000 1001100 0 1001000 11110011 111110 10001

Color Harmonies of #141148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141148

Black with #141148

Text Example


Text Example

White with #141148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141148; }

 p { color: rgb(20,17,72); }

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

background-color css

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

 a { background-color: rgb(20,17,72); }

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

border-color css

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

 span { border-color: rgb(20,17,72); }

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