Html Css Color HEX #141853 Paua

📋 copy color: '#141853'

red 20 ◦ green 24 ◦ blue 83

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

Shades of Paua #141853

Tints of Paua #141853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.9%

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

R = 15.75%
G = 18.9%
B = 65.35%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#141853 (or 0x141853) is known color: Paua. HEX triplet: 14, 18 and 53. RGB value is (20,24,83). Sum of RGB (Red+Green+Blue) = 20+24+83=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #141853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141853 is #EBE7AC. Grayscale: #1D1D1D. Windows color (decimal): -15460269 or 5445652. OLE color: 5445652.

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

Color convert

RGB 20 24 83 -
CMYK 0.76 0.71 0 0.67
HSL 236.19º 0.61% 0.2% -
HSV(B) 236.19º 0.76% 0.33% -
XYZ 2.18 1.43 8.34 -
YUV 29.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 20 24 83 0.76 0.71 0 0.67 236.19 0.61 0.2
Hex 14 18 53 4C 47 0 43 EC 3D 14
Octal 24 30 123 114 107 0 103 354 75 24
Binary 10100 11000 1010011 1001100 1000111 0 1000011 11101100 111101 10100

Color Harmonies of #141853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141853

Black with #141853

Text Example


Text Example

White with #141853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141853; }

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

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

background-color css

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

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

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

border-color css

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

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

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