Html Css Color HEX #140C4F Paua

📋 copy color: '#140C4F'

red 20 ◦ green 12 ◦ blue 79

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

Shades of Paua #140C4F

Tints of Paua #140C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 71.17%

R = 18.02%
G = 10.81%
B = 71.17%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#140C4F (or 0x140C4F) is known color: Paua. HEX triplet: 14, 0C and 4F. RGB value is (20,12,79). Sum of RGB (Red+Green+Blue) = 20+12+79=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 79 (31.25% from 255 or 71.17% from 111); Max value from RGB is 79 - color contains mainly: blue. Hex color #140C4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C4F is #EBF3B0. Grayscale: #151515. Windows color (decimal): -15463345 or 5180436. OLE color: 5180436.

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

Color convert

RGB 20 12 79 -
CMYK 0.75 0.85 0 0.69
HSL 247.16º 0.74% 0.18% -
HSV(B) 247.16º 0.85% 0.31% -
XYZ 1.83 0.98 7.49 -
YUV 22.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 20 12 79 0.75 0.85 0 0.69 247.16 0.74 0.18
Hex 14 C 4F 4B 55 0 45 F7 4A 12
Octal 24 14 117 113 125 0 105 367 112 22
Binary 10100 1100 1001111 1001011 1010101 0 1000101 11110111 1001010 10010

Color Harmonies of #140C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C4F

Black with #140C4F

Text Example


Text Example

White with #140C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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