Html Css Color HEX #140C51 Paua

📋 copy color: '#140C51'

red 20 ◦ green 12 ◦ blue 81

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

Shades of Paua #140C51

Tints of Paua #140C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 71.68%

R = 17.7%
G = 10.62%
B = 71.68%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#140C51 (or 0x140C51) is known color: Paua. HEX triplet: 14, 0C and 51. RGB value is (20,12,81). Sum of RGB (Red+Green+Blue) = 20+12+81=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 81 (32.03% from 255 or 71.68% from 113); Max value from RGB is 81 - color contains mainly: blue. Hex color #140C51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C51 is #EBF3AE. Grayscale: #151515. Windows color (decimal): -15463343 or 5311508. OLE color: 5311508.

HSL color Cylindrical-coordinate representation of color #140C51: hue angle of 246.96º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140C51 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 12 81 -
CMYK 0.75 0.85 0 0.68
HSL 246.96º 0.74% 0.18% -
HSV(B) 246.96º 0.85% 0.32% -
XYZ 1.91 1.01 7.88 -
YUV 22.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 20 12 81 0.75 0.85 0 0.68 246.96 0.74 0.18
Hex 14 C 51 4B 55 0 44 F7 4A 12
Octal 24 14 121 113 125 0 104 367 112 22
Binary 10100 1100 1010001 1001011 1010101 0 1000100 11110111 1001010 10010

Color Harmonies of #140C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C51

Black with #140C51

Text Example


Text Example

White with #140C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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