Html Css Color HEX #14074A Paua

📋 copy color: '#14074A'

red 20 ◦ green 7 ◦ blue 74

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

Shades of Paua #14074A

Tints of Paua #14074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.93%

 BLUE value IS 74 (29.3% from 255) = 73.27%

R = 19.8%
G = 6.93%
B = 73.27%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#14074A (or 0x14074A) is known color: Paua. HEX triplet: 14, 07 and 4A. RGB value is (20,7,74). Sum of RGB (Red+Green+Blue) = 20+7+74=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 74 (29.30% from 255 or 73.27% from 101); Max value from RGB is 74 - color contains mainly: blue. Hex color #14074A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14074A is #EBF8B5. Grayscale: #121212. Windows color (decimal): -15464630 or 4851476. OLE color: 4851476.

HSL color Cylindrical-coordinate representation of color #14074A: hue angle of 251.64º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14074A is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 7 74 -
CMYK 0.73 0.91 0 0.71
HSL 251.64º 0.83% 0.16% -
HSV(B) 251.64º 0.91% 0.29% -
XYZ 1.6 0.8 6.55 -
YUV 18.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 20 7 74 0.73 0.91 0 0.71 251.64 0.83 0.16
Hex 14 7 4A 49 5B 0 47 FC 53 10
Octal 24 7 112 111 133 0 107 374 123 20
Binary 10100 111 1001010 1001001 1011011 0 1000111 11111100 1010011 10000

Color Harmonies of #14074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14074A

Black with #14074A

Text Example


Text Example

White with #14074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14074A; }

 p { color: rgb(20,7,74); }

 H1.HeaderClassName
 {
   color: #14074A;
 }
 .AnyTagClassName
 {
   color: #14074A;
 }
</style>

background-color css

<style>
 a { background-color: #14074A; }

 a { background-color: rgb(20,7,74); }

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

border-color css

<style>
 span { border-color: #14074A; }

 span { border-color: rgb(20,7,74); }

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