Html Css Color HEX #141453 Paua

📋 copy color: '#141453'

red 20 ◦ green 20 ◦ blue 83

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

Shades of Paua #141453

Tints of Paua #141453

RGB

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

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

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

R = 16.26%
G = 16.26%
B = 67.48%

CMYK

 C value IS 0.76

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#141453 (or 0x141453) is known color: Paua. HEX triplet: 14, 14 and 53. RGB value is (20,20,83). Sum of RGB (Red+Green+Blue) = 20+20+83=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 83 (32.81% from 255 or 67.48% from 123); Max value from RGB is 83 - color contains mainly: blue. Hex color #141453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141453 is #EBEBAC. Grayscale: #1A1A1A. Windows color (decimal): -15461293 or 5444628. OLE color: 5444628.

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

Color convert

RGB 20 20 83 -
CMYK 0.76 0.76 0 0.67
HSL 240º 0.61% 0.2% -
HSV(B) 240º 0.76% 0.33% -
XYZ 2.1 1.27 8.32 -
YUV 27.18 159.5 122.88 -
System Red Green Blue C M Y K H S L
Decimal 20 20 83 0.76 0.76 0 0.67 240 0.61 0.2
Hex 14 14 53 4C 4C 0 43 F0 3D 14
Octal 24 24 123 114 114 0 103 360 75 24
Binary 10100 10100 1010011 1001100 1001100 0 1000011 11110000 111101 10100

Color Harmonies of #141453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141453

Black with #141453

Text Example


Text Example

White with #141453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141453; }

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

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

background-color css

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

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

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

border-color css

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

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

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