Html Css Color HEX #17144B Paua

📋 copy color: '#17144B'

red 23 ◦ green 20 ◦ blue 75

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

Shades of Paua #17144B

Tints of Paua #17144B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 63.56%

R = 19.49%
G = 16.95%
B = 63.56%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#17144B (or 0x17144B) is known color: Paua. HEX triplet: 17, 14 and 4B. RGB value is (23,20,75). Sum of RGB (Red+Green+Blue) = 23+20+75=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #17144B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17144B is #E8EBB4. Grayscale: #1A1A1A. Windows color (decimal): -15264693 or 4920343. OLE color: 4920343.

HSL color Cylindrical-coordinate representation of color #17144B: hue angle of 243.27º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #17144B is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 23 20 75 -
CMYK 0.69 0.73 0 0.71
HSL 243.27º 0.58% 0.19% -
HSV(B) 243.27º 0.73% 0.29% -
XYZ 1.87 1.19 6.79 -
YUV 27.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 23 20 75 0.69 0.73 0 0.71 243.27 0.58 0.19
Hex 17 14 4B 45 49 0 47 F3 3A 13
Octal 27 24 113 105 111 0 107 363 72 23
Binary 10111 10100 1001011 1000101 1001001 0 1000111 11110011 111010 10011

Color Harmonies of #17144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17144B

Black with #17144B

Text Example


Text Example

White with #17144B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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