Html Css Color HEX #141653 Paua

📋 copy color: '#141653'

red 20 ◦ green 22 ◦ blue 83

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

Shades of Paua #141653

Tints of Paua #141653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.6%

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

R = 16%
G = 17.6%
B = 66.4%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#141653 (or 0x141653) is known color: Paua. HEX triplet: 14, 16 and 53. RGB value is (20,22,83). Sum of RGB (Red+Green+Blue) = 20+22+83=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #141653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141653 is #EBE9AC. Grayscale: #1C1C1C. Windows color (decimal): -15460781 or 5445140. OLE color: 5445140.

HSL color Cylindrical-coordinate representation of color #141653: hue angle of 238.1º 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 #141653 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 22 83 -
CMYK 0.76 0.73 0 0.67
HSL 238.1º 0.61% 0.2% -
HSV(B) 238.1º 0.76% 0.33% -
XYZ 2.14 1.35 8.33 -
YUV 28.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 20 22 83 0.76 0.73 0 0.67 238.1 0.61 0.2
Hex 14 16 53 4C 49 0 43 EE 3D 14
Octal 24 26 123 114 111 0 103 356 75 24
Binary 10100 10110 1010011 1001100 1001001 0 1000011 11101110 111101 10100

Color Harmonies of #141653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141653

Black with #141653

Text Example


Text Example

White with #141653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141653; }

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

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

background-color css

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

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

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

border-color css

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

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

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