Html Css Color HEX #14074D Paua

📋 copy color: '#14074D'

red 20 ◦ green 7 ◦ blue 77

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

Shades of Paua #14074D

Tints of Paua #14074D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 74.04%

R = 19.23%
G = 6.73%
B = 74.04%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14074D (or 0x14074D) is known color: Paua. HEX triplet: 14, 07 and 4D. RGB value is (20,7,77). Sum of RGB (Red+Green+Blue) = 20+7+77=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 77 (30.47% from 255 or 74.04% from 104); Max value from RGB is 77 - color contains mainly: blue. Hex color #14074D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14074D is #EBF8B2. Grayscale: #121212. Windows color (decimal): -15464627 or 5048084. OLE color: 5048084.

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

Color convert

RGB 20 7 77 -
CMYK 0.74 0.91 0 0.70
HSL 251.14º 0.83% 0.16% -
HSV(B) 251.14º 0.91% 0.3% -
XYZ 1.7 0.84 7.09 -
YUV 18.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 20 7 77 0.74 0.91 0 0.70 251.14 0.83 0.16
Hex 14 7 4D 4A 5B 0 46 FB 53 10
Octal 24 7 115 112 133 0 106 373 123 20
Binary 10100 111 1001101 1001010 1011011 0 1000110 11111011 1010011 10000

Color Harmonies of #14074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14074D

Black with #14074D

Text Example


Text Example

White with #14074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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