Html Css Color HEX #17328A Smalt

📋 copy color: '#17328A'

red 23 ◦ green 50 ◦ blue 138

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

Shades of Smalt #17328A

Tints of Smalt #17328A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.7%

 BLUE value IS 138 (54.3% from 255) = 65.4%

R = 10.9%
G = 23.7%
B = 65.4%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#17328A (or 0x17328A) is known color: Smalt. HEX triplet: 17, 32 and 8A. RGB value is (23,50,138). Sum of RGB (Red+Green+Blue) = 23+50+138=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #17328A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17328A is #E8CD75. Grayscale: #333333. Windows color (decimal): -15256950 or 9056791. OLE color: 9056791.

HSL color Cylindrical-coordinate representation of color #17328A: hue angle of 225.91º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17328A is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 23 50 138 -
CMYK 0.83 0.64 0 0.46
HSL 225.91º 0.71% 0.32% -
HSV(B) 225.91º 0.83% 0.54% -
XYZ 6.08 4.3 24.55 -
YUV 51.96 176.55 107.34 -
System Red Green Blue C M Y K H S L
Decimal 23 50 138 0.83 0.64 0 0.46 225.91 0.71 0.32
Hex 17 32 8A 53 40 0 2E E2 47 20
Octal 27 62 212 123 100 0 56 342 107 40
Binary 10111 110010 10001010 1010011 1000000 0 101110 11100010 1000111 100000

Color Harmonies of #17328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17328A

Black with #17328A

Text Example


Text Example

White with #17328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17328A; }

 p { color: rgb(23,50,138); }

 H1.HeaderClassName
 {
   color: #17328A;
 }
 .AnyTagClassName
 {
   color: #17328A;
 }
</style>

background-color css

<style>
 a { background-color: #17328A; }

 a { background-color: rgb(23,50,138); }

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

border-color css

<style>
 span { border-color: #17328A; }

 span { border-color: rgb(23,50,138); }

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