Html Css Color HEX #141353 Paua

📋 copy color: '#141353'

red 20 ◦ green 19 ◦ blue 83

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

Shades of Paua #141353

Tints of Paua #141353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.57%

 BLUE value IS 83 (32.81% from 255) = 68.03%

R = 16.39%
G = 15.57%
B = 68.03%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#141353 (or 0x141353) is known color: Paua. HEX triplet: 14, 13 and 53. RGB value is (20,19,83). Sum of RGB (Red+Green+Blue) = 20+19+83=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #141353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141353 is #EBECAC. Grayscale: #1A1A1A. Windows color (decimal): -15461549 or 5444372. OLE color: 5444372.

HSL color Cylindrical-coordinate representation of color #141353: hue angle of 240.94º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #141353 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 19 83 -
CMYK 0.76 0.77 0 0.67
HSL 240.94º 0.63% 0.2% -
HSV(B) 240.94º 0.77% 0.33% -
XYZ 2.08 1.24 8.31 -
YUV 26.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 20 19 83 0.76 0.77 0 0.67 240.94 0.63 0.2
Hex 14 13 53 4C 4D 0 43 F1 3F 14
Octal 24 23 123 114 115 0 103 361 77 24
Binary 10100 10011 1010011 1001100 1001101 0 1000011 11110001 111111 10100

Color Harmonies of #141353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141353

Black with #141353

Text Example


Text Example

White with #141353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141353; }

 p { color: rgb(20,19,83); }

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

background-color css

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

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

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

border-color css

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

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

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