Html Css Color HEX #141248 Paua

📋 copy color: '#141248'

red 20 ◦ green 18 ◦ blue 72

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

Shades of Paua #141248

Tints of Paua #141248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.36%

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

R = 18.18%
G = 16.36%
B = 65.45%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#141248 (or 0x141248) is known color: Paua. HEX triplet: 14, 12 and 48. RGB value is (20,18,72). Sum of RGB (Red+Green+Blue) = 20+18+72=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #141248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141248 is #EBEDB7. Grayscale: #181818. Windows color (decimal): -15461816 or 4723220. OLE color: 4723220.

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

Color convert

RGB 20 18 72 -
CMYK 0.72 0.75 0 0.72
HSL 242.22º 0.6% 0.18% -
HSV(B) 242.22º 0.75% 0.28% -
XYZ 1.67 1.05 6.25 -
YUV 24.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 20 18 72 0.72 0.75 0 0.72 242.22 0.6 0.18
Hex 14 12 48 48 4B 0 48 F2 3C 12
Octal 24 22 110 110 113 0 110 362 74 22
Binary 10100 10010 1001000 1001000 1001011 0 1001000 11110010 111100 10010

Color Harmonies of #141248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141248

Black with #141248

Text Example


Text Example

White with #141248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141248; }

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

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

background-color css

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

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

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

border-color css

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

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

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