Html Css Color HEX #173285 Smalt

📋 copy color: '#173285'

red 23 ◦ green 50 ◦ blue 133

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

Shades of Smalt #173285

Tints of Smalt #173285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 64.56%

R = 11.17%
G = 24.27%
B = 64.56%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#173285 (or 0x173285) is known color: Smalt. HEX triplet: 17, 32 and 85. RGB value is (23,50,133). Sum of RGB (Red+Green+Blue) = 23+50+133=206 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.17% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #173285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173285 is #E8CD7A. Grayscale: #333333. Windows color (decimal): -15256955 or 8729111. OLE color: 8729111.

HSL color Cylindrical-coordinate representation of color #173285: hue angle of 225.27º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #173285 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 23 50 133 -
CMYK 0.83 0.62 0 0.48
HSL 225.27º 0.71% 0.31% -
HSV(B) 225.27º 0.83% 0.52% -
XYZ 5.73 4.16 22.69 -
YUV 51.39 174.05 107.75 -
System Red Green Blue C M Y K H S L
Decimal 23 50 133 0.83 0.62 0 0.48 225.27 0.71 0.31
Hex 17 32 85 53 3E 0 30 E1 47 1F
Octal 27 62 205 123 76 0 60 341 107 37
Binary 10111 110010 10000101 1010011 111110 0 110000 11100001 1000111 11111

Color Harmonies of #173285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173285

Black with #173285

Text Example


Text Example

White with #173285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173285; }

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

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

background-color css

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

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

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

border-color css

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

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

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