Html Css Color HEX #140C53 Paua

📋 copy color: '#140C53'

red 20 ◦ green 12 ◦ blue 83

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

Shades of Paua #140C53

Tints of Paua #140C53

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.43%

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

R = 17.39%
G = 10.43%
B = 72.17%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#140C53 (or 0x140C53) is known color: Paua. HEX triplet: 14, 0C and 53. RGB value is (20,12,83). Sum of RGB (Red+Green+Blue) = 20+12+83=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 83 (32.81% from 255 or 72.17% from 115); Max value from RGB is 83 - color contains mainly: blue. Hex color #140C53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C53 is #EBF3AC. Grayscale: #161616. Windows color (decimal): -15463341 or 5442580. OLE color: 5442580.

HSL color Cylindrical-coordinate representation of color #140C53: hue angle of 246.76º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #140C53 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 12 83 -
CMYK 0.76 0.86 0 0.67
HSL 246.76º 0.75% 0.19% -
HSV(B) 246.76º 0.86% 0.33% -
XYZ 1.98 1.04 8.28 -
YUV 22.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 20 12 83 0.76 0.86 0 0.67 246.76 0.75 0.19
Hex 14 C 53 4C 56 0 43 F7 4B 13
Octal 24 14 123 114 126 0 103 367 113 23
Binary 10100 1100 1010011 1001100 1010110 0 1000011 11110111 1001011 10011

Color Harmonies of #140C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C53

Black with #140C53

Text Example


Text Example

White with #140C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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