Html Css Color HEX #141450 Paua

📋 copy color: '#141450'

red 20 ◦ green 20 ◦ blue 80

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

Shades of Paua #141450

Tints of Paua #141450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.67%

 BLUE value IS 80 (31.64% from 255) = 66.67%

R = 16.67%
G = 16.67%
B = 66.67%

CMYK

 C value IS 0.75

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#141450 (or 0x141450) is known color: Paua. HEX triplet: 14, 14 and 50. RGB value is (20,20,80). Sum of RGB (Red+Green+Blue) = 20+20+80=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #141450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141450 is #EBEBAF. Grayscale: #1A1A1A. Windows color (decimal): -15461296 or 5248020. OLE color: 5248020.

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

Color convert

RGB 20 20 80 -
CMYK 0.75 0.75 0 0.69
HSL 240º 0.6% 0.2% -
HSV(B) 240º 0.75% 0.31% -
XYZ 1.99 1.23 7.72 -
YUV 26.84 158 123.12 -
System Red Green Blue C M Y K H S L
Decimal 20 20 80 0.75 0.75 0 0.69 240 0.6 0.2
Hex 14 14 50 4B 4B 0 45 F0 3C 14
Octal 24 24 120 113 113 0 105 360 74 24
Binary 10100 10100 1010000 1001011 1001011 0 1000101 11110000 111100 10100

Color Harmonies of #141450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141450

Black with #141450

Text Example


Text Example

White with #141450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141450; }

 p { color: rgb(20,20,80); }

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

background-color css

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

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

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

border-color css

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

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

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