Html Css Color HEX #173281 Resolution Blue

📋 copy color: '#173281'

red 23 ◦ green 50 ◦ blue 129

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

Shades of Resolution Blue #173281

Tints of Resolution Blue #173281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 63.86%

R = 11.39%
G = 24.75%
B = 63.86%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#173281 (or 0x173281) is known color: Resolution Blue. HEX triplet: 17, 32 and 81. RGB value is (23,50,129). Sum of RGB (Red+Green+Blue) = 23+50+129=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 129 (50.78% from 255 or 63.86% from 202); Max value from RGB is 129 - color contains mainly: blue. Hex color #173281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173281 is #E8CD7E. Grayscale: #323232. Windows color (decimal): -15256959 or 8466967. OLE color: 8466967.

HSL color Cylindrical-coordinate representation of color #173281: hue angle of 224.72º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #173281 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 23 50 129 -
CMYK 0.82 0.61 0 0.49
HSL 224.72º 0.7% 0.3% -
HSV(B) 224.72º 0.82% 0.51% -
XYZ 5.46 4.05 21.26 -
YUV 50.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 23 50 129 0.82 0.61 0 0.49 224.72 0.7 0.3
Hex 17 32 81 52 3D 0 31 E1 46 1E
Octal 27 62 201 122 75 0 61 341 106 36
Binary 10111 110010 10000001 1010010 111101 0 110001 11100001 1000110 11110

Color Harmonies of #173281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173281

Black with #173281

Text Example


Text Example

White with #173281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173281; }

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

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

background-color css

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

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

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

border-color css

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

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

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