Html Css Color HEX #140C4A Paua

📋 copy color: '#140C4A'

red 20 ◦ green 12 ◦ blue 74

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

Shades of Paua #140C4A

Tints of Paua #140C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 69.81%

R = 18.87%
G = 11.32%
B = 69.81%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#140C4A (or 0x140C4A) is known color: Paua. HEX triplet: 14, 0C and 4A. RGB value is (20,12,74). Sum of RGB (Red+Green+Blue) = 20+12+74=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 74 (29.30% from 255 or 69.81% from 106); Max value from RGB is 74 - color contains mainly: blue. Hex color #140C4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140C4A is #EBF3B5. Grayscale: #151515. Windows color (decimal): -15463350 or 4852756. OLE color: 4852756.

HSL color Cylindrical-coordinate representation of color #140C4A: hue angle of 247.74º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #140C4A is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 12 74 -
CMYK 0.73 0.84 0 0.71
HSL 247.74º 0.72% 0.17% -
HSV(B) 247.74º 0.84% 0.29% -
XYZ 1.66 0.91 6.57 -
YUV 21.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 20 12 74 0.73 0.84 0 0.71 247.74 0.72 0.17
Hex 14 C 4A 49 54 0 47 F8 48 11
Octal 24 14 112 111 124 0 107 370 110 21
Binary 10100 1100 1001010 1001001 1010100 0 1000111 11111000 1001000 10001

Color Harmonies of #140C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C4A

Black with #140C4A

Text Example


Text Example

White with #140C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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