Html Css Color HEX #140E44 Paua

📋 copy color: '#140E44'

red 20 ◦ green 14 ◦ blue 68

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

Shades of Paua #140E44

Tints of Paua #140E44

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.73%

 BLUE value IS 68 (26.95% from 255) = 66.67%

R = 19.61%
G = 13.73%
B = 66.67%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#140E44 (or 0x140E44) is known color: Paua. HEX triplet: 14, 0E and 44. RGB value is (20,14,68). Sum of RGB (Red+Green+Blue) = 20+14+68=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 68 (26.95% from 255 or 66.67% from 102); Max value from RGB is 68 - color contains mainly: blue. Hex color #140E44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140E44 is #EBF1BB. Grayscale: #151515. Windows color (decimal): -15462844 or 4460052. OLE color: 4460052.

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

Color convert

RGB 20 14 68 -
CMYK 0.71 0.79 0 0.73
HSL 246.67º 0.66% 0.16% -
HSV(B) 246.67º 0.79% 0.27% -
XYZ 1.49 0.88 5.56 -
YUV 21.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 20 14 68 0.71 0.79 0 0.73 246.67 0.66 0.16
Hex 14 E 44 47 4F 0 49 F7 42 10
Octal 24 16 104 107 117 0 111 367 102 20
Binary 10100 1110 1000100 1000111 1001111 0 1001001 11110111 1000010 10000

Color Harmonies of #140E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E44

Black with #140E44

Text Example


Text Example

White with #140E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,14,68); }

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

background-color css

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

 a { background-color: rgb(20,14,68); }

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

border-color css

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

 span { border-color: rgb(20,14,68); }

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