Html Css Color HEX #17194D Paua

📋 copy color: '#17194D'

red 23 ◦ green 25 ◦ blue 77

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

Shades of Paua #17194D

Tints of Paua #17194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20%

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

R = 18.4%
G = 20%
B = 61.6%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#17194D (or 0x17194D) is known color: Paua. HEX triplet: 17, 19 and 4D. RGB value is (23,25,77). Sum of RGB (Red+Green+Blue) = 23+25+77=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #17194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17194D is #E8E6B2. Grayscale: #1E1E1E. Windows color (decimal): -15263411 or 5052695. OLE color: 5052695.

HSL color Cylindrical-coordinate representation of color #17194D: hue angle of 237.78º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #17194D is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 23 25 77 -
CMYK 0.70 0.68 0 0.70
HSL 237.78º 0.54% 0.2% -
HSV(B) 237.78º 0.7% 0.3% -
XYZ 2.04 1.41 7.19 -
YUV 30.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 23 25 77 0.70 0.68 0 0.70 237.78 0.54 0.2
Hex 17 19 4D 46 44 0 46 EE 36 14
Octal 27 31 115 106 104 0 106 356 66 24
Binary 10111 11001 1001101 1000110 1000100 0 1000110 11101110 110110 10100

Color Harmonies of #17194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17194D

Black with #17194D

Text Example


Text Example

White with #17194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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