Html Css Color HEX #140F40 Paua

📋 copy color: '#140F40'

red 20 ◦ green 15 ◦ blue 64

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

Shades of Paua #140F40

Tints of Paua #140F40

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.15%

 BLUE value IS 64 (25.39% from 255) = 64.65%

R = 20.2%
G = 15.15%
B = 64.65%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#140F40 (or 0x140F40) is known color: Paua. HEX triplet: 14, 0F and 40. RGB value is (20,15,64). Sum of RGB (Red+Green+Blue) = 20+15+64=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #140F40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F40 is #EBF0BF. Grayscale: #151515. Windows color (decimal): -15462592 or 4198164. OLE color: 4198164.

HSL color Cylindrical-coordinate representation of color #140F40: hue angle of 246.12º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #140F40 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 15 64 -
CMYK 0.69 0.77 0 0.75
HSL 246.12º 0.62% 0.15% -
HSV(B) 246.12º 0.77% 0.25% -
XYZ 1.38 0.86 4.94 -
YUV 22.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 20 15 64 0.69 0.77 0 0.75 246.12 0.62 0.15
Hex 14 F 40 45 4D 0 4B F6 3E F
Octal 24 17 100 105 115 0 113 366 76 17
Binary 10100 1111 1000000 1000101 1001101 0 1001011 11110110 111110 1111

Color Harmonies of #140F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F40

Black with #140F40

Text Example


Text Example

White with #140F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,15,64); }

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

background-color css

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

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

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

border-color css

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

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

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