Html Css Color HEX #173485 Smalt

📋 copy color: '#173485'

red 23 ◦ green 52 ◦ blue 133

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

Shades of Smalt #173485

Tints of Smalt #173485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25%

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

R = 11.06%
G = 25%
B = 63.94%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#173485 (or 0x173485) is known color: Smalt. HEX triplet: 17, 34 and 85. RGB value is (23,52,133). Sum of RGB (Red+Green+Blue) = 23+52+133=208 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.06% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 133 (52.34% from 255 or 63.94% from 208); Max value from RGB is 133 - color contains mainly: blue. Hex color #173485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173485 is #E8CB7A. Grayscale: #343434. Windows color (decimal): -15256443 or 8729623. OLE color: 8729623.

HSL color Cylindrical-coordinate representation of color #173485: hue angle of 224.18º 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 #173485 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 23 52 133 -
CMYK 0.83 0.61 0 0.48
HSL 224.18º 0.71% 0.31% -
HSV(B) 224.18º 0.83% 0.52% -
XYZ 5.81 4.33 22.72 -
YUV 52.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 23 52 133 0.83 0.61 0 0.48 224.18 0.71 0.31
Hex 17 34 85 53 3D 0 30 E0 47 1F
Octal 27 64 205 123 75 0 60 340 107 37
Binary 10111 110100 10000101 1010011 111101 0 110000 11100000 1000111 11111

Color Harmonies of #173485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173485

Black with #173485

Text Example


Text Example

White with #173485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173485; }

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

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

background-color css

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

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

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

border-color css

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

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

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