Html Css Color HEX #140F45 Paua

📋 copy color: '#140F45'

red 20 ◦ green 15 ◦ blue 69

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

Shades of Paua #140F45

Tints of Paua #140F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 66.35%

R = 19.23%
G = 14.42%
B = 66.35%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#140F45 (or 0x140F45) is known color: Paua. HEX triplet: 14, 0F and 45. RGB value is (20,15,69). Sum of RGB (Red+Green+Blue) = 20+15+69=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 69 (27.34% from 255 or 66.35% from 104); Max value from RGB is 69 - color contains mainly: blue. Hex color #140F45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F45 is #EBF0BA. Grayscale: #161616. Windows color (decimal): -15462587 or 4525844. OLE color: 4525844.

HSL color Cylindrical-coordinate representation of color #140F45: hue angle of 245.56º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #140F45 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 15 69 -
CMYK 0.71 0.78 0 0.73
HSL 245.56º 0.64% 0.16% -
HSV(B) 245.56º 0.78% 0.27% -
XYZ 1.53 0.92 5.73 -
YUV 22.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 20 15 69 0.71 0.78 0 0.73 245.56 0.64 0.16
Hex 14 F 45 47 4E 0 49 F6 40 10
Octal 24 17 105 107 116 0 111 366 100 20
Binary 10100 1111 1000101 1000111 1001110 0 1001001 11110110 1000000 10000

Color Harmonies of #140F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F45

Black with #140F45

Text Example


Text Example

White with #140F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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