Html Css Color HEX #140F48 Paua

📋 copy color: '#140F48'

red 20 ◦ green 15 ◦ blue 72

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

Shades of Paua #140F48

Tints of Paua #140F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 67.29%

R = 18.69%
G = 14.02%
B = 67.29%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#140F48 (or 0x140F48) is known color: Paua. HEX triplet: 14, 0F and 48. RGB value is (20,15,72). Sum of RGB (Red+Green+Blue) = 20+15+72=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #140F48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F48 is #EBF0B7. Grayscale: #161616. Windows color (decimal): -15462584 or 4722452. OLE color: 4722452.

HSL color Cylindrical-coordinate representation of color #140F48: hue angle of 245.26º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #140F48 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 15 72 -
CMYK 0.72 0.79 0 0.72
HSL 245.26º 0.66% 0.17% -
HSV(B) 245.26º 0.79% 0.28% -
XYZ 1.63 0.96 6.23 -
YUV 22.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 20 15 72 0.72 0.79 0 0.72 245.26 0.66 0.17
Hex 14 F 48 48 4F 0 48 F5 42 11
Octal 24 17 110 110 117 0 110 365 102 21
Binary 10100 1111 1001000 1001000 1001111 0 1001000 11110101 1000010 10001

Color Harmonies of #140F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F48

Black with #140F48

Text Example


Text Example

White with #140F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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