Html Css Color HEX #173066 Sapphire

📋 copy color: '#173066'

red 23 ◦ green 48 ◦ blue 102

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

Shades of Sapphire #173066

Tints of Sapphire #173066

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.75%

 BLUE value IS 102 (40.23% from 255) = 58.96%

R = 13.29%
G = 27.75%
B = 58.96%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#173066 (or 0x173066) is known color: Sapphire. HEX triplet: 17, 30 and 66. RGB value is (23,48,102). Sum of RGB (Red+Green+Blue) = 23+48+102=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #173066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173066 is #E8CF99. Grayscale: #2E2E2E. Windows color (decimal): -15257498 or 6696983. OLE color: 6696983.

HSL color Cylindrical-coordinate representation of color #173066: hue angle of 221.01º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #173066 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 23 48 102 -
CMYK 0.77 0.53 0 0.6
HSL 221.01º 0.63% 0.25% -
HSV(B) 221.01º 0.77% 0.4% -
XYZ 3.81 3.26 13 -
YUV 46.68 159.22 111.11 -
System Red Green Blue C M Y K H S L
Decimal 23 48 102 0.77 0.53 0 0.6 221.01 0.63 0.25
Hex 17 30 66 4D 35 0 3C DD 3F 19
Octal 27 60 146 115 65 0 74 335 77 31
Binary 10111 110000 1100110 1001101 110101 0 111100 11011101 111111 11001

Color Harmonies of #173066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173066

Black with #173066

Text Example


Text Example

White with #173066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173066; }

 p { color: rgb(23,48,102); }

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

background-color css

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

 a { background-color: rgb(23,48,102); }

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

border-color css

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

 span { border-color: rgb(23,48,102); }

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