Html Css Color HEX #141750 Paua

📋 copy color: '#141750'

red 20 ◦ green 23 ◦ blue 80

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

Shades of Paua #141750

Tints of Paua #141750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.7%

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

R = 16.26%
G = 18.7%
B = 65.04%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#141750 (or 0x141750) is known color: Paua. HEX triplet: 14, 17 and 50. RGB value is (20,23,80). Sum of RGB (Red+Green+Blue) = 20+23+80=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #141750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141750 is #EBE8AF. Grayscale: #1C1C1C. Windows color (decimal): -15460528 or 5248788. OLE color: 5248788.

HSL color Cylindrical-coordinate representation of color #141750: hue angle of 237º 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 #141750 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 23 80 -
CMYK 0.75 0.71 0 0.69
HSL 237º 0.6% 0.2% -
HSV(B) 237º 0.75% 0.31% -
XYZ 2.04 1.34 7.74 -
YUV 28.6 157.01 121.87 -
System Red Green Blue C M Y K H S L
Decimal 20 23 80 0.75 0.71 0 0.69 237 0.6 0.2
Hex 14 17 50 4B 47 0 45 ED 3C 14
Octal 24 27 120 113 107 0 105 355 74 24
Binary 10100 10111 1010000 1001011 1000111 0 1000101 11101101 111100 10100

Color Harmonies of #141750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141750

Black with #141750

Text Example


Text Example

White with #141750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141750; }

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

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

background-color css

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

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

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

border-color css

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

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

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