Html Css Color HEX #141552 Paua

📋 copy color: '#141552'

red 20 ◦ green 21 ◦ blue 82

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

Shades of Paua #141552

Tints of Paua #141552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.07%

 BLUE value IS 82 (32.42% from 255) = 66.67%

R = 16.26%
G = 17.07%
B = 66.67%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#141552 (or 0x141552) is known color: Paua. HEX triplet: 14, 15 and 52. RGB value is (20,21,82). Sum of RGB (Red+Green+Blue) = 20+21+82=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 82 (32.42% from 255 or 66.67% from 123); Max value from RGB is 82 - color contains mainly: blue. Hex color #141552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141552 is #EBEAAD. Grayscale: #1B1B1B. Windows color (decimal): -15461038 or 5379348. OLE color: 5379348.

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

Color convert

RGB 20 21 82 -
CMYK 0.76 0.74 0 0.68
HSL 239.03º 0.61% 0.2% -
HSV(B) 239.03º 0.76% 0.32% -
XYZ 2.08 1.29 8.12 -
YUV 27.66 158.67 122.54 -
System Red Green Blue C M Y K H S L
Decimal 20 21 82 0.76 0.74 0 0.68 239.03 0.61 0.2
Hex 14 15 52 4C 4A 0 44 EF 3D 14
Octal 24 25 122 114 112 0 104 357 75 24
Binary 10100 10101 1010010 1001100 1001010 0 1000100 11101111 111101 10100

Color Harmonies of #141552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141552

Black with #141552

Text Example


Text Example

White with #141552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141552; }

 p { color: rgb(20,21,82); }

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

background-color css

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

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

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

border-color css

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

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

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