Html Css Color HEX #14174D Paua

📋 copy color: '#14174D'

red 20 ◦ green 23 ◦ blue 77

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

Shades of Paua #14174D

Tints of Paua #14174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.17%

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

R = 16.67%
G = 19.17%
B = 64.17%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14174D (or 0x14174D) is known color: Paua. HEX triplet: 14, 17 and 4D. RGB value is (20,23,77). Sum of RGB (Red+Green+Blue) = 20+23+77=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #14174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14174D is #EBE8B2. Grayscale: #1C1C1C. Windows color (decimal): -15460531 or 5052180. OLE color: 5052180.

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

Color convert

RGB 20 23 77 -
CMYK 0.74 0.70 0 0.70
HSL 236.84º 0.59% 0.19% -
HSV(B) 236.84º 0.74% 0.3% -
XYZ 1.93 1.3 7.17 -
YUV 28.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 20 23 77 0.74 0.70 0 0.70 236.84 0.59 0.19
Hex 14 17 4D 4A 46 0 46 ED 3B 13
Octal 24 27 115 112 106 0 106 355 73 23
Binary 10100 10111 1001101 1001010 1000110 0 1000110 11101101 111011 10011

Color Harmonies of #14174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14174D

Black with #14174D

Text Example


Text Example

White with #14174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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