Html Css Color HEX #141751 Paua

📋 copy color: '#141751'

red 20 ◦ green 23 ◦ blue 81

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

Shades of Paua #141751

Tints of Paua #141751

RGB

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

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

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

R = 16.13%
G = 18.55%
B = 65.32%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#141751 (or 0x141751) is known color: Paua. HEX triplet: 14, 17 and 51. RGB value is (20,23,81). Sum of RGB (Red+Green+Blue) = 20+23+81=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #141751 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141751 is #EBE8AE. Grayscale: #1C1C1C. Windows color (decimal): -15460527 or 5314324. OLE color: 5314324.

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

Color convert

RGB 20 23 81 -
CMYK 0.75 0.72 0 0.68
HSL 237.05º 0.6% 0.2% -
HSV(B) 237.05º 0.75% 0.32% -
XYZ 2.08 1.36 7.94 -
YUV 28.72 157.51 121.78 -
System Red Green Blue C M Y K H S L
Decimal 20 23 81 0.75 0.72 0 0.68 237.05 0.6 0.2
Hex 14 17 51 4B 48 0 44 ED 3C 14
Octal 24 27 121 113 110 0 104 355 74 24
Binary 10100 10111 1010001 1001011 1001000 0 1000100 11101101 111100 10100

Color Harmonies of #141751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141751

Black with #141751

Text Example


Text Example

White with #141751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141751; }

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

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

background-color css

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

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

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

border-color css

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

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

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