Html Css Color HEX #173377 Sapphire

📋 copy color: '#173377'

red 23 ◦ green 51 ◦ blue 119

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

Shades of Sapphire #173377

Tints of Sapphire #173377

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.42%

 BLUE value IS 119 (46.88% from 255) = 61.66%

R = 11.92%
G = 26.42%
B = 61.66%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#173377 (or 0x173377) is known color: Sapphire. HEX triplet: 17, 33 and 77. RGB value is (23,51,119). Sum of RGB (Red+Green+Blue) = 23+51+119=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #173377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173377 is #E8CC88. Grayscale: #323232. Windows color (decimal): -15256713 or 7811863. OLE color: 7811863.

HSL color Cylindrical-coordinate representation of color #173377: hue angle of 222.5º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #173377 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 23 51 119 -
CMYK 0.81 0.57 0 0.53
HSL 222.5º 0.68% 0.28% -
HSV(B) 222.5º 0.81% 0.47% -
XYZ 4.87 3.88 17.95 -
YUV 50.38 166.72 108.47 -
System Red Green Blue C M Y K H S L
Decimal 23 51 119 0.81 0.57 0 0.53 222.5 0.68 0.28
Hex 17 33 77 51 39 0 35 DE 44 1C
Octal 27 63 167 121 71 0 65 336 104 34
Binary 10111 110011 1110111 1010001 111001 0 110101 11011110 1000100 11100

Color Harmonies of #173377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173377

Black with #173377

Text Example


Text Example

White with #173377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173377; }

 p { color: rgb(23,51,119); }

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

background-color css

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

 a { background-color: rgb(23,51,119); }

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

border-color css

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

 span { border-color: rgb(23,51,119); }

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