Html Css Color HEX #17144D Paua

📋 copy color: '#17144D'

red 23 ◦ green 20 ◦ blue 77

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

Shades of Paua #17144D

Tints of Paua #17144D

RGB

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

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

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

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

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#17144D (or 0x17144D) is known color: Paua. HEX triplet: 17, 14 and 4D. RGB value is (23,20,77). Sum of RGB (Red+Green+Blue) = 23+20+77=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 20 (8.20% from 255 or 16.67% 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 #17144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17144D is #E8EBB2. Grayscale: #1B1B1B. Windows color (decimal): -15264691 or 5051415. OLE color: 5051415.

HSL color Cylindrical-coordinate representation of color #17144D: hue angle of 243.16º 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 #17144D is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 23 20 77 -
CMYK 0.70 0.74 0 0.70
HSL 243.16º 0.59% 0.19% -
HSV(B) 243.16º 0.74% 0.3% -
XYZ 1.94 1.22 7.15 -
YUV 27.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 23 20 77 0.70 0.74 0 0.70 243.16 0.59 0.19
Hex 17 14 4D 46 4A 0 46 F3 3B 13
Octal 27 24 115 106 112 0 106 363 73 23
Binary 10111 10100 1001101 1000110 1001010 0 1000110 11110011 111011 10011

Color Harmonies of #17144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17144D

Black with #17144D

Text Example


Text Example

White with #17144D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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